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
e36578bb
Unverified
Commit
e36578bb
authored
2 years ago
by
Sasmitha Manathunga
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix docs: typo (#161)
parent
3f9d72ac
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/guides/use_cases.md
+0
-1
0 additions, 1 deletion
docs/guides/use_cases.md
with
0 additions
and
1 deletion
docs/guides/use_cases.md
+
0
−
1
View file @
e36578bb
...
@@ -12,7 +12,6 @@ are a simple and effective tool that allows you to answer a query over a large c
...
@@ -12,7 +12,6 @@ are a simple and effective tool that allows you to answer a query over a large c
When you define a Vector Store Index over a collection of documents, it embeds each text chunk and stores the
When you define a Vector Store Index over a collection of documents, it embeds each text chunk and stores the
embedding in an underlying vector store. To answer a query, the vector store index embedds the query,
embedding in an underlying vector store. To answer a query, the vector store index embedds the query,
fetches the top-k text chunks by embedding similarity, and runs the LLM over these chunks in order to synthesize the answer.
fetches the top-k text chunks by embedding similarity, and runs the LLM over these chunks in order to synthesize the answer.
to obtain
[
The starter example
](
/getting_started/starter_example.md
)
shows how to get started using a Vector Store Index
[
The starter example
](
/getting_started/starter_example.md
)
shows how to get started using a Vector Store Index
(
`GPTSimpleVectorIndex`
). See
[
Embedding Support How-To
](
/how_to/embeddings.md
)
for a more detailed treatment of all vector
(
`GPTSimpleVectorIndex`
). See
[
Embedding Support How-To
](
/how_to/embeddings.md
)
for a more detailed treatment of all vector
store indices (e.g. using Faiss, Weaviate).
store indices (e.g. using Faiss, Weaviate).
...
...
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