Skip to content

Commit

Permalink
Add PineconeVectorStore for better performance.
Browse files Browse the repository at this point in the history
  • Loading branch information
felipearosr committed Apr 12, 2024
1 parent 9bbc654 commit 9cf7a4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 4.Evaluation - Generation - Optimization/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from llama_index.embeddings.openai import OpenAIEmbedding
from llama_index.vector_stores.pinecone import PineconeVectorStore
from llama_index.core.response_synthesizers import ResponseMode

# from llama_index.postprocessor.cohere_rerank import CohereRerank
from llama_index.core.indices.query.query_transform.base import (
StepDecomposeQueryTransform,
Expand Down

0 comments on commit 9cf7a4e

Please sign in to comment.