-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extending context types #36
Comments
@uyasarkocal can you give me an example of a query<>response, also a use case? If it makes sense for the project we can do it. Thanks for the issue! |
KG is usable with langchain, which has been the best memory type to overcome token limits for my case. Entity type memory is easier, since a prompt extracts entities from chats with a simpler structure (Just "entity:knowledge") and does not need to load into any library to work. Incorporating both KG and Entity type memory into Motörhead would greatly enhance the quality of knowledge and information that can be retrieved and shared during chat interactions. Example for KG knowledge triplets with conversation from Motörhead's Readme.md: As you may notice, as this knowledge triplets extend with the chat it supplies a much more sophisticated context with relations while storing much more smaller data. @Czechh Thanks for your attention and this product 🤘🏼 |
This is awesome @uyasarkocal - I'm currently working on log term memory with a semantic index. I can start looking into this right after that. Need to build a working example to understand it better. |
Would it be possible to integrate Knowledge Graph or Entity type context into motörhead?
The text was updated successfully, but these errors were encountered: