Embedchain also provides support for creating Open-Source AI Assistants (similar to OpenAI Assistants API) which allows you to build AI assistants within your own applications using any LLM (OpenAI or otherwise). An Assistant has instructions and can leverage models, tools, and knowledge to respond to user queries.
At a high level, the Open-Source AI Assistants API has the following flow:
Creating an Open-Source AI Assistant is a simple 3 step process.
If you want to use the existing assistant, you can do something like this:
You can add any custom data source that is supported by Embedchain. Else, you can directly pass the file path on your local system and Embedchain propagates it to OpenAI Assistant.