To help clean up the code, somthing that we do a lot is index collections of stuff, whether that is a local file system, a mongodb collection of discord messages, or a table of webpages scraped from search results.
Idenitify actions taken in current code that cross correlate data stored in a primary source, that is indexed in a vector database.
Ideally the solution is one that scales over many data sources, and possible choices for vector databases.
To help clean up the code, somthing that we do a lot is index collections of stuff, whether that is a local file system, a mongodb collection of discord messages, or a table of webpages scraped from search results.
Idenitify actions taken in current code that cross correlate data stored in a primary source, that is indexed in a vector database.
Ideally the solution is one that scales over many data sources, and possible choices for vector databases.