goran-ristic-dev
goran-ristic-dev
In order to make Chroma to work with azureOpenAI i have configured embedding_function = OpenAIEmbeddingFunction( api_key='', model_name='', api_type='azure', # this has to be set to azure api_base='', api_version="") try passing...
@yoursweater Hello, I was having same issues with local ollama . From my perspective this is due poor reasoning of the model, and you can improve it with explicit statements...
@Nolanjue You are having several issues if I understood properly . 1. calling multiple models As I can see you are running LLM models locally . With ollama there is...
@KGKallasmaa Had a same issue when running other app on public cloud. This issue is due to your os system setup and/or python version, and chromadb requirements. You can try...