I am currently having Postgres Vector store, I can see that llama_index creates these vectors as tables, but langchain manages the metadata and stores details regarding the collections.
1.Is there any way we can have cross compatibility irrespective of how the vectorstores are created?
- Is there anyway to method to keep a track of which embedding model i sused to create a certain collection and the embedding size? Having this info will make the re-use of data easier for large audience
@Logan M