merlyn/server/__tests__/utils
Sean Hatfield 5039045f0c
VectorDB class migration (#4787)
* Migrate Astra to class (#4722)

migrate astra to class

* Migrate LanceDB to class (#4721)

migrate lancedb to class

* Migrate Pinecone to class (#4726)

migrate pinecone to class

* Migrate Zilliz to class (#4729)

migrate zilliz to class

* Migrate Weaviate to class (#4728)

migrate weaviate to class

* Migrate Qdrant to class (#4727)

migrate qdrant to class

* Migrate Milvus to class (#4725)

migrate milvus to class

* Migrate Chroma to class (#4723)

migrate chroma to class

* Migrate Chroma Cloud to class (#4724)

* migrate chroma to class

* migrate chroma cloud to class

* move limits to class field

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>

* Migrate PGVector to class (#4730)

* migrate pgvector to class

* patch pgvector test

* convert connectionString, tableName, and validateConnection to static methods

* move instance properties to class fields

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>

* Refactor Zilliz Cloud vector DB provider (#4749)

simplify zilliz implementation by using milvus as base class

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>

* VectorDatabase base class (#4738)

create generic VectorDatabase base class

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>

* Extend VectorDatabase base class to all providers (#4755)

extend VectorDatabase base class to all providers

* patch lancedb import

* breakout name and add generic logger

* dev tag build

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
2026-01-13 15:24:42 -08:00
..
agentFlows JSON Parser from agent flow blocks (#3863) 2025-06-05 07:18:00 -07:00
agents Agent workspace system prompt with variable expansion (#4526) 2025-10-15 13:32:50 -07:00
chats Fix multimodal chats via openai compat api (#4135) 2025-07-22 09:57:32 -07:00
helpers Export image support for JSON and JSONL (#4359) 2025-09-03 10:30:57 -07:00
safeJSONStringify Handle BigInt in message response (#4110) 2025-07-10 12:33:34 -07:00
SQLConnectors Add option to enable encryption on MSSQL Server db (#4134) 2025-07-15 15:26:38 -07:00
TextSplitter Native Embedder model selection (incl: Multilingual support) (#3835) 2025-07-22 10:07:20 -07:00
vectorDbProviders/pgvector VectorDB class migration (#4787) 2026-01-13 15:24:42 -08:00