llama-stack-mirror/docs/source/providers/vector_io
Kelly Brown 026caa5551
docs: part 1 - fix warnings in documentation generation (#2861)
**Description**
This PR removes some of the warnings when uv builds the docs
- Errors appear when generating docs about .md files not appearing in
toctree. ~~Adding content to the `providers-gen.py ` file that adds `---
orphan: true ---` to to each file.~~. Added a toctree generator to the
`providers-gen.py` file, this gets rid of the errors in the builds.
- Deletes the `_openai_compat` files, extension of PR #2849
- Adds the `files` APIs section to the `providers` toctree on the index
page
- Manually adds the `--- orphan: true ---` to the advanced apis. Ill try
to find a way to modify the providers code gen so it automatically adds
it, but this fixes the errors.
- Adds the `testing.md` to the `contributing` toctree
- Adds `starting_llama_stack_server.md` to `distributions` toctree

There are some other warnings im still looking at but this PR gets rid
of most of the toctree errors
Theres also an issue with the actual distribution-codegen that I can
investigate in another PR. Opened a bug for it here #2873
2025-07-30 10:50:10 -07:00
..
index.md docs: part 1 - fix warnings in documentation generation (#2861) 2025-07-30 10:50:10 -07:00
inline_chromadb.md chore: Added openai compatible vector io endpoints for chromadb (#2489) 2025-07-23 13:51:58 -07:00
inline_faiss.md fix: store configs (#2593) 2025-07-03 10:07:23 -07:00
inline_meta-reference.md fix: store configs (#2593) 2025-07-03 10:07:23 -07:00
inline_milvus.md chore: Adding unit tests for OpenAI vector stores and migrating SQLite-vec registry to kvstore (#2665) 2025-07-10 14:22:13 -04:00
inline_qdrant.md docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
inline_sqlite-vec.md chore: Adding unit tests for OpenAI vector stores and migrating SQLite-vec registry to kvstore (#2665) 2025-07-10 14:22:13 -04:00
inline_sqlite_vec.md chore: Adding unit tests for OpenAI vector stores and migrating SQLite-vec registry to kvstore (#2665) 2025-07-10 14:22:13 -04:00
remote_chromadb.md chore: Added openai compatible vector io endpoints for chromadb (#2489) 2025-07-23 13:51:58 -07:00
remote_milvus.md feat: Implement keyword search in milvus (#2231) 2025-07-14 19:39:55 -04:00
remote_pgvector.md docs: minor fix of the pgvector provider spec description (#2847) 2025-07-21 22:10:35 -07:00
remote_qdrant.md docs: auto generated documentation for providers (#2543) 2025-06-30 15:13:20 +02:00
remote_weaviate.md chore: Move vector store kvstore implementation into openai_vector_store_mixin.py (#2748) 2025-07-14 18:10:35 -04:00