llama-stack-mirror/llama_stack/providers/inline/vector_io
Ramakrishna Yekulla 6a3e8c0265 fix: ValueError in faiss vector database serialization (#2519)
- Replace np.savetxt/np.loadtxt with np.save/np.load for binary data
- Fixes 'could not convert string to uint8' error during server startup
- Issue occurred during faiss index deserialization, not Ollama connectivity
- Affects Ollama template and other configurations using faiss vector_io
2025-06-26 18:00:52 +05:30
..
chroma chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
faiss fix: ValueError in faiss vector database serialization (#2519) 2025-06-26 18:00:52 +05:30
milvus chore: enable pyupgrade fixes (#1806) 2025-05-01 14:23:50 -07:00
qdrant refactor(env)!: enhanced environment variable substitution (#2490) 2025-06-26 08:20:08 +05:30
sqlite_vec refactor(env)!: enhanced environment variable substitution (#2490) 2025-06-26 08:20:08 +05:30
__init__.py [memory refactor][1/n] Rename Memory -> VectorIO, MemoryBanks -> VectorDBs (#828) 2025-01-22 09:59:30 -08:00