You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evaluate using the Chonkie library to add more sophisticated chunking to txtai.
In reviewing the code, it appears that an interface wrapping a txtai vectors instance could be passed in. With this, any supported txtai vectors model (huggingface, sentence-transformers, LiteLLM, llama-cpp etc) could be used.
The text was updated successfully, but these errors were encountered:
I'm glad that you found chonkie useful for txtai! I would be happy to help accelerate the integration of Chonkie here~ Please let me know if there is any support needed.
BTW, we do offer support for customizable embeddings for SemanticChunker and SDPMChunker! Unfortunately, the newly added LateChunker is limited to sentence-transformers only at the moment (but that makes a very strong chunking technique).
Evaluate using the Chonkie library to add more sophisticated chunking to txtai.
In reviewing the code, it appears that an interface wrapping a txtai vectors instance could be passed in. With this, any supported txtai vectors model (huggingface, sentence-transformers, LiteLLM, llama-cpp etc) could be used.
The text was updated successfully, but these errors were encountered: