Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Anything Llm
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
Mintplex Labs
Anything Llm
Commits
79e3faa8
Commit
79e3faa8
authored
1 year ago
by
timothycarambat
Browse files
Options
Downloads
Patches
Plain Diff
Update readme to not prefer Pinecone
parent
1ae68ffb
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
README.md
+2
-2
2 additions, 2 deletions
README.md
server/.env.example
+5
-5
5 additions, 5 deletions
server/.env.example
server/utils/vectorDbProviders/pinecone/PINECONE_SETUP.md
+3
-1
3 additions, 1 deletion
server/utils/vectorDbProviders/pinecone/PINECONE_SETUP.md
with
10 additions
and
8 deletions
README.md
+
2
−
2
View file @
79e3faa8
...
@@ -61,8 +61,8 @@ This monorepo consists of three main sections:
...
@@ -61,8 +61,8 @@ This monorepo consists of three main sections:
-
`yarn`
and
`node`
on your machine
-
`yarn`
and
`node`
on your machine
-
`python`
3.9+ for running scripts in
`collector/`
.
-
`python`
3.9+ for running scripts in
`collector/`
.
-
access to an LLM like
`GPT-3.5`
,
`GPT-4`
.
-
access to an LLM like
`GPT-3.5`
,
`GPT-4`
.
-
a
[
Pinecone.io
](
https://pinecone.io
)
free account
*
.
-
(optional) a vector database like Pinecone, qDrant, Weaviate, or Chroma
*
.
*
you can use drop in replacements for these. This is just the easiest to get up and running fast. We support multiple vector database providers
.
*
AnythingLLM by default uses a built-in vector db called LanceDB
.
## How to get started (Docker - simple setup)
## How to get started (Docker - simple setup)
[
Get up and running in minutes with Docker
](
./docker/HOW_TO_USE_DOCKER.md
)
[
Get up and running in minutes with Docker
](
./docker/HOW_TO_USE_DOCKER.md
)
...
...
This diff is collapsed.
Click to expand it.
server/.env.example
+
5
−
5
View file @
79e3faa8
...
@@ -23,13 +23,13 @@ OPEN_MODEL_PREF='gpt-3.5-turbo'
...
@@ -23,13 +23,13 @@ OPEN_MODEL_PREF='gpt-3.5-turbo'
# CHROMA_ENDPOINT='http://localhost:8000'
# CHROMA_ENDPOINT='http://localhost:8000'
# Enable all below if you are using vector database: Pinecone.
# Enable all below if you are using vector database: Pinecone.
VECTOR_DB="pinecone"
#
VECTOR_DB="pinecone"
PINECONE_ENVIRONMENT=
#
PINECONE_ENVIRONMENT=
PINECONE_API_KEY=
#
PINECONE_API_KEY=
PINECONE_INDEX=
#
PINECONE_INDEX=
# Enable all below if you are using vector database: LanceDB.
# Enable all below if you are using vector database: LanceDB.
#
VECTOR_DB="lancedb"
VECTOR_DB="lancedb"
# Enable all below if you are using vector database: Weaviate.
# Enable all below if you are using vector database: Weaviate.
# VECTOR_DB="weaviate"
# VECTOR_DB="weaviate"
...
...
This diff is collapsed.
Click to expand it.
server/utils/vectorDbProviders/pinecone/PINECONE_SETUP.md
+
3
−
1
View file @
79e3faa8
...
@@ -6,7 +6,9 @@
...
@@ -6,7 +6,9 @@
**Requirements**
**Requirements**
-
Pinecone account (free or paid)
-
Pinecone account with index that allows namespaces.
**Note:**
[
Namespaces are not supported in `gcp-starter` environments
](
https://docs.pinecone.io/docs/namespaces
)
and are required to work with AnythingLLM.
**Instructions**
**Instructions**
...
...
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