Skip to content

Instantly share code, notes, and snippets.

@khaerulumam42
Last active February 10, 2025 10:50
Show Gist options
  • Save khaerulumam42/5c605f3df96d992f7879166864538497 to your computer and use it in GitHub Desktop.
Save khaerulumam42/5c605f3df96d992f7879166864538497 to your computer and use it in GitHub Desktop.
# Sample documents
sample_docs = load_documents_from_csv('sample_kredivo_faq.csv')
# Create vector store
vector_store = create_pgvector_store(sample_docs, collection_name='sample_kredivo_faq')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment