Replies: 1 comment 2 replies
-
|
@magaton : Thanks for looking into Cognita and the detailed feedback.
Redis seemed like a decent choice for us to cache the embeddings. Any other suggestions you have? If you can contribute to this repo, that will be great and will make the development process much faster. We are more than happy to review the PRs or discuss further improvements. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, a very interesting, and useful project. Here is the list of features, that I think will be good to have on top of all the other good ideas that you have already implemented:
Ideas:
qdrantandsinglestoreimplementations support only filtering and similarity search (with or without a threshold). Sparse Vector search (BM25 or SPLADE based as inqdrant) would be a big plus.Langgraphto represent a potentially complex (even multi-agent) flow?Langchainas the backbone, have you maybe considered usingLangserveto expose the answering endpoints?a single answer, the other:chat/conversation. Both answering pipelines should be exposed via endpoints and this is another example where having answering pipelines encapsulated asLanggraphand automatically exposed as HTTP endpoints viaLangservecould be beneficial.Langserveto expose your answering endpoints, then integration withLangsmithcomes OOTB.Questions:
Beta Was this translation helpful? Give feedback.
All reactions