semantic-router
semantic-router copied to clipboard
Superfast AI decision making and intelligent processing of multi-modal data.
Hi Team , I am triaging on integrating semantic router for LLamaindex from the default ones. Few days back raised a query with Llamaindex team for https://github.com/run-llama/llama_index/issues/11415 . Wanted to...
Current save and load of RouteLayer only save/loads the config but misses the index. Meaning we must reindex with every load, would be great to save/load the index (possibly as...
Is it possible to add support for the AWS bedrock embedding.. it would be great to be able perform routing use a aws bedrock embedding model
I encounter an issue with calling function using Mistral 7b model through Huggingface pipeline ``` AttributeError Traceback (most recent call last) Cell In [57], [line 1](vscode-notebook-cell:?execution_count=57&line=1) ----> [1](vscode-notebook-cell:?execution_count=57&line=1) out =...
- add SpaCy as an option for pre-splitting; - add check for "en_core_web_sm" pipeline: if not present, install
This approach involves utilizing a set of non-linear 1-dimensional projections to ascertain the relevance of a given item, aiming to confine it within specific bins or a convex hull. As...
Regex is good for pre-splitting, but I've noticed it behaves weirdly sometimes, when more context is needed in a pre-split sentence. I propose to add an option to use SpaCy...
I managed to fool both the chitchat and the politics branch, so some logic needs to be adjusted. This is running the colab intro example with cohere. I only changed...