Timothy Carambat
bf435b2861
Adjust how text is split depending on input type ( #1238 )
...
resolves #1230
2024-04-30 10:11:56 -07:00
Timothy Carambat
ce98ff4653
Enable customization of chunk length and overlap ( #1059 )
...
* Enable customization of chunk length and overlap
* fix onboarding link
show max limit in UI and prevent overlap >= chunk size
2024-04-06 16:38:07 -07:00
Timothy Carambat
658e7fa390
chore: Better VectorDb and Embedder error messages ( #620 )
...
* chore: propogate embedder and vectordb errors during document mutations
* add default value for errors on addDocuments
2024-01-18 11:40:48 -08:00
Timothy Carambat
d0a3f1e3e1
Fix present diminsions on vectorDBs to be inferred for providers who require it ( #605 )
2024-01-16 13:41:01 -08:00
Shuyoou
6faa0efaa8
Issue #543 support milvus vector db ( #579 )
...
* issue #543 support milvus vector db
* migrate Milvus to use MilvusClient instead of ORM
normalize env setup for docs/implementation
feat: embedder model dimension added
* update comments
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-01-12 13:23:57 -08:00
timothycarambat
049bfa14cb
fix: fully separate chunkconcurrency from chunk length
2023-12-20 11:20:40 -08:00
timothycarambat
a7f6003277
fix: set lower maxChunk limit on native embedder to stay within resource constraints
...
chore: update comment for what embedding chunk means
2023-12-19 16:20:34 -08:00
Timothy Carambat
8cc1455b72
feat: add support for variable chunk length ( #415 )
...
fix: cleanup code for embedding length clarify
resolves #388
2023-12-07 16:27:36 -08:00
Timothy Carambat
5d56ab623b
Anthropic claude 2 support ( #305 )
...
* WIP Anythropic support for chat, chat and query w/context
* Add onboarding support for Anthropic
* cleanup
* fix Anthropic answer parsing
move embedding selector to general util
2023-10-30 15:44:03 -07:00