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
-
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:
qdrant
andsinglestore
implementations 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.Langgraph
to represent a potentially complex (even multi-agent) flow?Langchain
as the backbone, have you maybe considered usingLangserve
to 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 asLanggraph
and automatically exposed as HTTP endpoints viaLangserve
could be beneficial.Langserve
to expose your answering endpoints, then integration withLangsmith
comes OOTB.Questions:
Beta Was this translation helpful? Give feedback.
All reactions