Deven Patel
Deven Patel
## Description This PR shows the example of how to create the discord/slack bot for nextjs. ## Type of change Please delete options that are not relevant. - [ ]...
## Description This PR adds loading data from MSSQL server. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...
## Description This PR adds example of how to build slack assistant. ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change...
## Description This PR adds `context_relevancy` eval metric. ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue)...
The following code issues validateDOMNesting warning because `` cannot appear as descendant of ``. ``` 1 ``` According to the definition of `PaginationLink` as shown below it uses the ``...
## Description This PR enables deleting sources from the db. ```python from embedchain import App app = App() source_id = app.add("https://www.forbes.com/profile/elon-musk") app.delete(source_id=source_id) ``` ## Type of change Please delete options...
## Description This PR adds support for AWS Bedrock LLM. ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes...
## Description This PR fixes bugs related to qdrant and weaviate db integration. Specifically, it enables two functionalities with Qdrant and Weaviate. - It skips embedding data when the content...
### 🚀 The feature HuggingFace allows us to use different embedding models which could have different vector dimensions. Add support for making `vector_dimension` configurable. ### Motivation, pitch From Slack user...
## Description This PR includes following changes: - It skips embedding data when the content has not changed for the same source. - Makes the query work with metadata filtering....