llama-stack-mirror/llama_stack/providers/inline
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
..
agents chore: remove nested imports (#2515) 2025-06-26 08:01:05 +05:30
datasetio chore(refact): move paginate_records fn outside of datasetio (#2137) 2025-05-12 10:56:14 -07:00
eval chore: remove nested imports (#2515) 2025-06-26 08:01:05 +05:30
files/localfs refactor(env)!: enhanced environment variable substitution (#2490) 2025-06-26 08:20:08 +05:30
inference refactor(env)!: enhanced environment variable substitution (#2490) 2025-06-26 08:20:08 +05:30
ios/inference chore: removed executorch submodule (#1265) 2025-02-25 21:57:21 -08:00
post_training ci: add python package build test (#2457) 2025-06-19 18:57:32 +05:30
safety feat: add cpu/cuda config for prompt guard (#2194) 2025-05-28 12:23:15 -07:00
scoring refactor(env)!: enhanced environment variable substitution (#2490) 2025-06-26 08:20:08 +05:30
telemetry refactor(env)!: enhanced environment variable substitution (#2490) 2025-06-26 08:20:08 +05:30
tool_runtime feat: Add ChunkMetadata to Chunk (#2497) 2025-06-25 15:55:23 -04:00
vector_io fix: ValueError in faiss vector database serialization (#2519) 2025-06-26 18:00:52 +05:30
__init__.py impls -> inline, adapters -> remote (#381) 2024-11-06 14:54:05 -08:00