semantic-router
semantic-router copied to clipboard
Superfast AI decision making and intelligent processing of multi-modal data.
I want to create sematic chuncking on my data and have to maintain similar context in ONE chunk. I have gone through semantic router(RollingWindowSplitter) and sematic chucking (StatisticalChunker, ConsecutiveChunker, and...
We have a few [dependabot security alerts](https://github.com/aurelio-labs/semantic-router/security/dependabot) to resolve. Need to update affected packages.
Semantic router is awesome! But creating utterances blindly based on hunch leads to wrong results. What could really help is if we could add a feature where users could visualize...
I am trying to save the router using rl.to_yaml and then when I load it, it does not work ? Does the semantic router have no support for saving and...
Currently I see no options to dump the utterences embeddings to a persistent storage somewhere and load them back on at initialization. Having to embed again every time is both...
The logger sends an error since the json output is different from what the docs say (as shown in the screenshot), despite it been correct , and while i did...
### Pull Request Description: This pull request adds a new encoder class, YandexGPTEncoder, for generating text embeddings using the YandexGPT API. The encoder integrates with the semantic_router. ### Changes Introduced:...
Hello! I'm wondering how to include conversation history into a RouteLayer prediction? Ideally I'd like to do something like: `rl = RouteLayer(encoder=encoder, routes=routes)` `route_with_chat_history = rl(user_message, chat_history)` Is this possible?...
I get a JSONDecodeError: Expecting ',' delimiter: line 1 column 87 (char 86) error if the sentace of the user input is lengthly when passing to the RoutLayer. I cant...