Taranjeet Singh
Taranjeet Singh
### 🚀 The feature https://faiss.ai/index.html ### Motivation, pitch This gives more flexibility to the user to use any vector database of their own choice.
### Issue with current documentation: Section in the docs which gives an end to end walkthrough of embedchain. It should be written in mind keeping in mind a user who...
config folder contains file name in camel case convention loaders contains file name in snake case. we should formalize a style and then format / rename everything accordingly.
In embedchain/embedchain.py, there are some doc strings which have become stale. Eg ``` class App(EmbedChain): """ The EmbedChain app. Has two functions: add and query. adds(data_type, url): adds the data...
### 🚀 The feature We merged [embedchainjs](https://github.com/embedchain/embedchainjs) into this repo. CI/CD of python repo should not run for changes in embedchain-js folder. ### Motivation, pitch better CI
### 🚀 The feature Support mistral via its api ### Motivation, pitch https://discord.com/channels/1121119078191480945/1121119078858358846/1196528859563171861
### 🚀 The feature ``` source_id = app.add("my.pdf") # source_id=123 # 123 is the id of this source document id, store this at your end for future purpose app.delete("123") ```...
### 🚀 The feature * integration with OpenRouter AI ### Motivation, pitch via: https://twitter.com/gaurav_dhiman/status/1749546127320621368
### 🚀 The feature we need to improve our data type detection logic and support variety of data types like tables/images etc in the pdf. ### Motivation, pitch source: https://twitter.com/711friedchicken/status/1749236948940513754
### 🚀 The feature there is pr which adds support for this. But the PR is very old and a lot of the logic has changed. So opening this issue...