kagisearch / vectordb

A minimal Python package for storing and retrieving text using chunking, embeddings, and vector search.

Home Page:https://vectordb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError

karthikra opened this issue · comments

While executing:
memory = Memory(chunking_strategy={"mode": "sliding_window", "window_size": 128, "overlap": 16}, embeddings='TaylorAI/bge-micro-v2')

Got :
TypeError: Memory.init() got an unexpected keyword argument 'embeddings'

Sorry, due to lack of resources we are not accepting bug reports, just MRs fixing them.