|
|
|
|
|
by correa_brian
382 days ago
|
|
Their vector search modules are the reason I embedded it. I tried sqlite and wasn't getting good search results with the vss extension. Maybe I wasn't configuring it correctly. Redis was just better than the alternatives (qdrant, sqlite, duckdb with vector search). |
|
If you aren't doing anything crazy you could probably just get away with storing them all in a memory mapped file.