-
Notifications
You must be signed in to change notification settings - Fork 140
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
Ideas for features #52
Comments
Hello! These are great ideas. |
Hi! Yes, it's correct, but I have to provide all parameters event if I want to load graph:
But I think, for example, example_queries is not required for query. It's needed only to build graph. |
And one more idea is to create special simple prompt like "give me noun(s) for entity(entities) based on descriptions. It can be useful for scenario:
Also maybe good to add cache as it's in langchain to avoid re-calculation if I have the same prompt during re-build graph, because I guess it will be 4-5 cycles. |
What can be very useful in enterprise solution is to add metadata for connections to have ability to delete file from graph, but I'm not sure that it's possible at all, because connections can be extracted from multiple sources. Maybe better to re-calculate full graph with cached data for each prompt. |
This makes a lot of sense, indeed all those infos are not used when using a graph for query. I will make this clear in the examples. |
I see, these functionalities make sense but they are a bit out of scope of what we are amining to provide right now (something completely automatic). What we can do is try to expose methods that allow contributions in the directions you are suggesting. |
This is indeed quite challenging, but it is exaclty what we have been working on in the past month, it is going to be a major update, but hopefully should be ready in a week or so (re calculating is not an efficient option so we are excluding it) and should expose a method to delete all the content related to a specific file id. |
The text was updated successfully, but these errors were encountered: