Collections of all the frequently asked questions
Does Embedchain support OpenAI's Assistant APIs?
Yes, it does. Please refer to the OpenAI Assistant docs page.
How to use MistralAI language model?
Use the model provided on huggingface: mistralai/Mistral-7B-v0.1
How to use ChatGPT 4 turbo model released on OpenAI DevDay?
Use the model gpt-4-turbo
provided my openai.
How to use GPT-4 as the LLM model?
I don't have OpenAI credits. How can I use some open source model?
How to stream response while using OpenAI model in Embedchain?
You can achieve this by setting stream
to true
in the config file.
How to persist data across multiple app sessions?
Set up the app by adding an id
in the config file. This keeps the data for future use. You can include this id
in the yaml config or input it directly in config
dict.
If docs aren’t sufficient, please feel free to reach out to us using one of the following methods:
Collections of all the frequently asked questions
Does Embedchain support OpenAI's Assistant APIs?
Yes, it does. Please refer to the OpenAI Assistant docs page.
How to use MistralAI language model?
Use the model provided on huggingface: mistralai/Mistral-7B-v0.1
How to use ChatGPT 4 turbo model released on OpenAI DevDay?
Use the model gpt-4-turbo
provided my openai.
How to use GPT-4 as the LLM model?
I don't have OpenAI credits. How can I use some open source model?
How to stream response while using OpenAI model in Embedchain?
You can achieve this by setting stream
to true
in the config file.
How to persist data across multiple app sessions?
Set up the app by adding an id
in the config file. This keeps the data for future use. You can include this id
in the yaml config or input it directly in config
dict.
If docs aren’t sufficient, please feel free to reach out to us using one of the following methods: