You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from align_data.pinecone.pinecone_db_handler import PineconeDB
pinecone_db = PineconeDB(create_index=True)
would create the pinecone db for the user if they set up all the env and settings variables correctly. Might be worth mentioning. Also, it might be worth adding as a method in main.py, for the user to run if they don't have a pinecone db set up yet that runs the above code. Asking the user to create the Pinecone index by themselves would be more error prone, for instance it should be clear that the index should be created with metadata_config={"indexed": [our metadata keys]} as well as the name/dim/metric.
The text was updated successfully, but these errors were encountered:
would create the pinecone db for the user if they set up all the env and settings variables correctly. Might be worth mentioning. Also, it might be worth adding as a method in main.py, for the user to run if they don't have a pinecone db set up yet that runs the above code. Asking the user to create the Pinecone index by themselves would be more error prone, for instance it should be clear that the index should be created with metadata_config={"indexed": [our metadata keys]} as well as the name/dim/metric.
The text was updated successfully, but these errors were encountered: