Vignesh Venkataraman
Vignesh Venkataraman
To reproduce the error, Im using `Python 3.9.18`, `embedchain 0.1.80`
@deshraj thanks for the quick response, but im getting new error - ``` SchemaWrongKeyError: Wrong keys 'collection_name', 'id' in {'collection_name': 'openai-model', 'id': 'my-app-id'} During handling of the above exception, another...
But i fixed the error with new config - ``` llm: provider: openai config: model: 'gpt-3.5-turbo' temperature: 0.5 max_tokens: 1000 top_p: 1 stream: false embedder: provider: huggingface config: model: 'sentence-transformers/all-mpnet-base-v2'...
@deshraj thanks for the help, also would like to know your take on the performance of Mistral ``` "\n Use the following pieces of context to answer the query at...