rferrazd

Results 7 issues of rferrazd

### 🐛 Describe the bug Is it possible to retrieve the chat history from a session between a user and chatbot conversation? I implemented mem0's memory feature to a chatbot,...

question

### Description Traceback (most recent call last): File "/opt/anaconda3/envs/kotaemon_1/lib/python3.10/site-packages/gradio/queueing.py", line 536, in process_events response = await route_utils.call_process_api( File "/opt/anaconda3/envs/kotaemon_1/lib/python3.10/site-packages/gradio/route_utils.py", line 276, in call_process_api output = await app.get_blocks().process_api( File "/opt/anaconda3/envs/kotaemon_1/lib/python3.10/site-packages/gradio/blocks.py", line...

bug

### What’s your question? Dear Apache Team, Are there any available materials such as jupyter notebooks or python files with some examples of how cTAKES works? Thanks! ### Context _No...

both options are failling: vertex_client = instructor.from_provider( "vertexai/claude-sonnet-4-5@20250929", location="global" # Optional, defaults to us-central1 ) vertex_client = instructor.from_provider( "vertexai/claude-sonnet-4-5, location="global" # Optional, defaults to us-central1 ) ERROR MESSAGE: 404 NOT_FOUND....

bug
help wanted
status:needs-investigation

Hello, First, thank you for developing and maintaining the scispaCy package — it’s an impressive tool and a valuable contribution to the field of biomedical NLP. I’m currently experimenting with...