You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you guys think about this? Thanks in advance for your help!
The text was updated successfully, but these errors were encountered:
pedrurrego
changed the title
OpenAI Error when using ChromaDB as retriever
Embeddings.create() got an unexpected keyword argument 'engine', when using ChromaDB
Feb 14, 2024
Context ℹ️ 💁🏼♂️
I have a VectorDB with
Chroma
using OpenAI's Embeddings and created aretriever_model
indspy
:The following are my dependencies in the
requirements.txt
file. I am usingPython 3.10.12
.Problem 💩
When running
I get the following error:
Possible solution 👍🏼 ✅
I was able to solve it by using only
input
andmodel
arguments inself.openai_ef._client.create()
method, as shown below:What do you guys think about this? Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: