Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Llama Index
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
run-llama
Llama Index
Commits
e73c31aa
Unverified
Commit
e73c31aa
authored
1 year ago
by
Kartheek Yakkala
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Documentation fixes (#9849)
parent
e3591ba9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
CONTRIBUTING.md
+1
-1
1 addition, 1 deletion
CONTRIBUTING.md
docs/DOCS_README.md
+1
-1
1 addition, 1 deletion
docs/DOCS_README.md
with
3 additions
and
3 deletions
CHANGELOG.md
+
1
−
1
View file @
e73c31aa
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
CONTRIBUTING.md
+
1
−
1
View file @
e73c31aa
...
@@ -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**
:
...
...
This diff is collapsed.
Click to expand it.
docs/DOCS_README.md
+
1
−
1
View file @
e73c31aa
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment