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

If I have already chunking texts in my own way, how can I skip the text chunking method in vectordb?

AQA6666 opened this issue · comments

Just embed my text chunks and recall them, not use chunking method.

I have checked chunking code, just giving window slide a big window size is ok