diff --git a/docker/.env.example b/docker/.env.example index f3eba2418..0adabbdf7 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -76,7 +76,6 @@ GID='1000' # Enable all below if you are using vector database: Pinecone. # VECTOR_DB="pinecone" -# PINECONE_ENVIRONMENT= # PINECONE_API_KEY= # PINECONE_INDEX= diff --git a/frontend/src/components/VectorDBSelection/PineconeDBOptions/index.jsx b/frontend/src/components/VectorDBSelection/PineconeDBOptions/index.jsx index 5491f758c..bb3381fe1 100644 --- a/frontend/src/components/VectorDBSelection/PineconeDBOptions/index.jsx +++ b/frontend/src/components/VectorDBSelection/PineconeDBOptions/index.jsx @@ -17,23 +17,6 @@ export default function PineconeDBOptions({ settings }) { spellCheck={false} /> - -
- - -
-