- 2411c9f: Auto-create index for MongoDB vector store (if not exists)
- e8f229c: Remove logging from MongoDB Atlas Vector Store
- 11b3856: implement filters for MongoDBAtlasVectorSearch
- 83d7f41: Fix database insertion for `PGVectorStore`
It will now:
- throw an error if there is an insertion error. - Upsert documents with the same id. - add all documents to the database as a single `INSERT` call (inside a transaction).
- 0148354: refactor: prompt system
Add `PromptTemplate` module with strong type check.
- 1711f6d: Export imageToDataUrl for using images in chat
- d9d6c56: Add support for MetadataFilters for PostgreSQL - 22ff486: Add tiktoken WASM to withLlamaIndex - eed0b04: fix: use LLM metadata mode for generating context of ContextChatEngine