Skip to content

chroma / milvus / qdrant / weaviate adapters have no tests #68

Description

@AnupamKumar-1

We support six vector DBs in packages/adapters/adapter-vectordb/src/, but only pinecone.ts and pgvector.ts have test files. chroma.ts, milvus.ts, qdrant.ts, and weaviate.ts have none.

All four are small and follow the same shape — wrap a client method, emit a vector_op event with db_provider, collection, operation, result_count, etc. pinecone.test.ts is a good template: mock the client, call the instrumented method, assert on the emitted event's attributes.

One adapter per PR is fine.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions