graphrag
graphrag copied to clipboard
Push lancedb index into output folder under the latest timestamp
Do you need to file an issue?
- [ ] I have searched the existing issues and this feature is not already filed.
- [ ] My model is hosted on OpenAI or Azure. If not, please look at the "model providers" issue and don't file a new one here.
- [ ] I believe this is a legitimate feature request, not just a question. If this is a question, please use the Discussions area.
Is your feature request related to a problem? Please describe.
If you use the query CLI with no configured vector store, we'll helpfully populate a local lancedb instance to query against. However, this index is stored in your working directory, which may have many different dataset subfolders. At a minimum this should go one folder lower: into the specific dataset folder that is being queried. Even better would be to push it into the target query directory (or latest timestamped output folder, which is what query looks for if unspecified). This way new indexing runs, which may add entities, are ensured to get properly indexed into lancedb.
Describe the solution you'd like
No response
Additional context
No response