Skip to content
Snippets Groups Projects
Unverified Commit e73c31aa authored by Kartheek Yakkala's avatar Kartheek Yakkala Committed by GitHub
Browse files

Documentation fixes (#9849)

parent e3591ba9
No related branches found
No related tags found
No related merge requests found
...@@ -1073,7 +1073,7 @@ ...@@ -1073,7 +1073,7 @@
### Breaking Changes ### Breaking Changes
- Update milvus vector store to support filters and dynamic schemas (#7286) - Update milvus vector store to support filters and dynamic schemas (#7286)
- See the [updated notebook](https://gpt-index.readthedocs.io/en/stable/examples/vector_stores/MilvusIndexDemo.html) for usage - See the [updated notebook](https://docs.llamaindex.ai/en/stable/examples/vector_stores/MilvusIndexDemo.html) for usage
- Added NLTK to core dependencies to support the default sentence splitter (#7606) - Added NLTK to core dependencies to support the default sentence splitter (#7606)
## [0.8.22] - 2023-09-07 ## [0.8.22] - 2023-09-07
......
...@@ -71,7 +71,7 @@ It is responsible for splitting text (via text splitters) and explicitly modelli ...@@ -71,7 +71,7 @@ It is responsible for splitting text (via text splitters) and explicitly modelli
- [Simple Node Parser](https://github.com/jerryjliu/llama_index/blob/main/llama_index/node_parser/simple.py) - [Simple Node Parser](https://github.com/jerryjliu/llama_index/blob/main/llama_index/node_parser/simple.py)
See [the API reference](https://gpt-index.readthedocs.io/en/latest/api_reference/index.html) for full details. See [the API reference](https://docs.llamaindex.ai/en/latest/api_reference/index.html) for full details.
**Ideas**: **Ideas**:
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
## A guide for docs contributors ## A guide for docs contributors
The `docs` directory contains the sphinx source text for LlamaIndex docs, visit The `docs` directory contains the sphinx source text for LlamaIndex docs, visit
https://gpt-index.readthedocs.io/ to read the full documentation. https://docs.llamaindex.ai/en/stable/ to read the full documentation.
This guide is made for anyone who's interested in running LlamaIndex documentation locally, This guide is made for anyone who's interested in running LlamaIndex documentation locally,
making changes to it and make contributions. LlamaIndex is made by the thriving community making changes to it and make contributions. LlamaIndex is made by the thriving community
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment