We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I just installed llamafs without any issue. Running its via
fastapi dev server.py
deliver the error:
AttributeError: module 'agentops' has no attribute ‘record_function'
in
loader.py:17 in │ │ 14 from termcolor import colored │ 15 │ 16 │ ❱ 17 @agentops.record_function("get directory summaries") │ 18 async def get_dir_summaries(path: str): │ 19 │ doc_dicts = load_documents(path) │ 20 │ # metadata = process_metadata(doc_dicts)
Any idea how to fix that?
Best Frank
The text was updated successfully, but these errors were encountered:
Hi, did you manage to solve this? I'm running into the same problem with Python 3.10.5
Sorry, something went wrong.
@fcichos @scottAQuinn Try downgrading to agentops==0.3.26
agentops==0.3.26
That fixed it for me, thank you
No branches or pull requests
Hi,
I just installed llamafs without any issue. Running its via
fastapi dev server.py
deliver the error:
AttributeError: module 'agentops' has no attribute ‘record_function'
in
loader.py:17 in
│
│ 14 from termcolor import colored
│ 15
│ 16
│ ❱ 17 @agentops.record_function("get directory summaries")
│ 18 async def get_dir_summaries(path: str):
│ 19 │ doc_dicts = load_documents(path)
│ 20 │ # metadata = process_metadata(doc_dicts)
Any idea how to fix that?
Best
Frank
The text was updated successfully, but these errors were encountered: