VectorETL
Build super simple end-to-end data & ETL pipelines for your vector databases and Generative AI applications
File Explorer
Download Latest Version (.zip)- main.yaml
- vector-etl-flow.png
- box_to_pinecone.yaml
- dropbox_to_weaviate_gemini.yaml
- file_to_pinecone.yaml
- gcs_to_qdrant_cohere.yaml
- postgres_to_pinecone.yaml
- s3_to_milvus_using_unstructured_api.yaml
- s3_to_pinecone.yaml
- dropbox_to_weaviate.py
- import_yaml_config.py
- postgresql_to_pinecone.py
- __init__.py
- test_embedding_mods.py
- test_orchestrator.py
- test_source_mods.py
- test_target_mods.py
- __init__.py
- azure_openai.py
- base.py
- cohere.py
- google_gemini.py
- huggingface.py
- openai.py
- __init__.py
- base.py
- box_loader.py
- database_loader.py
- dropbox_loader.py
- file_loader.py
- google_cloud_storage.py
- google_drive.py
- local_file.py
- s3_loader.py
- stripe_loader.py
- zendesk_loader.py
- __init__.py
- base.py
- lancedb.py
- milvus.py
- mongodb.py
- neo4j.py
- pinecone.py
- qdrant.py
- singlestore.py
- supabase.py
- tembo.py
- weaviate.py
- __init__.py
- flow.py
- main.py
- orchestrator.py
- .gitignore
- LICENSE.txt
- MANIFEST.in
- pyproject.toml
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/ContextData/VectorETL
Downloads the entire project code from GitHub to your computer.
cd VectorETL
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
