I am trying to load a DnD Module, into a model to Be a DM. Modules have all the piece contained to play a full game, all the bad guys, weapons, rules a story arc and MAPS. My issue is the rooms for the map were numbered, room 8 is the Great Hall. After indexing Room 8 is now a the armory with 4 guards. Every thing about the armory is correct but it no longer matches the player hand out.
I set it up 2 times. Once as compiled indices with 7 chapters as tree indexes with a keyword graph on top like the demo. The other had the entire manual as a simple vector index from the langchain demo. Both methods had errors.
Todays approach was to try to load a 30 page promp so no data would be lost from indexing. Im just trying to figure out how to load .txt into the model.
Apologies for the noob question - but how exactly does one tie keywords to specific indexes? Is there some documentation I can look at, as I am not able to find this anywhere...
Thanks a million!I see it's an option in querying, but am unsure how you use that against a vector store such as pinecone, where only the vectors are stored? Do you know of vector store where this is a key functionality?