mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-16 11:04:26 -04:00
[PR #74] [MERGED] Use ingestion pipeline #227
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/create-llama/pull/74
Author: @leehuwuj
Created: 5/3/2024
Status: ✅ Merged
Merged: 5/14/2024
Merged by: @marcusschiesser
Base:
main← Head:lee/use-ingestion-pipeline📝 Commits (6)
02f360euse ingestion pipeline for vector stores2429140add embedding dim for pg vector93d6496remove redundant constants file42e980fadd comments, use storage config from env8d25625chore: Refactor file.py and generate.py for better code organizationda9ca2cRefactor file.py and generate.py for better code organization📊 Changes
34 files changed (+241 additions, -371 deletions)
View changed files
📝
helpers/env-variables.ts(+2 -2)📝
templates/components/loaders/python/file.py(+28 -8)➖
templates/components/vectordbs/python/astra/__init__.py(+0 -0)➖
templates/components/vectordbs/python/astra/generate.py(+0 -37)➖
templates/components/vectordbs/python/astra/index.py(+0 -21)➕
templates/components/vectordbs/python/astra/vectordb.py(+20 -0)➖
templates/components/vectordbs/python/milvus/__init__.py(+0 -0)➖
templates/components/vectordbs/python/milvus/generate.py(+0 -39)➖
templates/components/vectordbs/python/milvus/index.py(+0 -22)➕
templates/components/vectordbs/python/milvus/vectordb.py(+20 -0)➖
templates/components/vectordbs/python/mongo/__init__.py(+0 -0)➖
templates/components/vectordbs/python/mongo/generate.py(+0 -43)➖
templates/components/vectordbs/python/mongo/index.py(+0 -20)➕
templates/components/vectordbs/python/mongo/vectordb.py(+20 -0)➖
templates/components/vectordbs/python/none/constants.py(+0 -1)📝
templates/components/vectordbs/python/none/generate.py(+4 -3)📝
templates/components/vectordbs/python/none/index.py(+5 -5)➖
templates/components/vectordbs/python/pg/__init__.py(+0 -0)➖
templates/components/vectordbs/python/pg/constants.py(+0 -2)➖
templates/components/vectordbs/python/pg/generate.py(+0 -35)...and 14 more files
📄 Description
This PR is not ready to merge because we're having issue with llama_index ingestion pipeline.
Experiment notebook: https://drive.google.com/file/d/1b19t5n6jtfex2UuKCRgxzNaCzk8a1ady/view?usp=sharing
Summary by CodeRabbit
New Features
Improvements
Refactor
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.