llama-stack-mirror/llama_stack/providers
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
..
inline fix: ValueError in faiss vector database serialization (#2519) 2025-06-26 18:00:52 +05:30
registry chore: isolate bare minimum project dependencies (#2282) 2025-06-26 10:14:27 +02:00
remote refactor(env)!: enhanced environment variable substitution (#2490) 2025-06-26 08:20:08 +05:30
utils refactor(env)!: enhanced environment variable substitution (#2490) 2025-06-26 08:20:08 +05:30
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py fix: finish conversion to StrEnum (#2514) 2025-06-26 08:01:26 +05:30