Skip to content

Commit

Permalink
Merge pull request #11 from TogetherCrew/feat/upgrade-llama-index-dep…
Browse files Browse the repository at this point in the history
…endency

feat: Added legacy llama-index library!
  • Loading branch information
amindadgar authored Mar 12, 2024
2 parents 2315053 + 7339f7b commit 04f67ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ neo4j>=5.8.0, <6.0.0
llama-index-core==0.10.17
llama-index-embeddings-openai==0.1.6
llama-index-llms-openai==0.1.7
llama-index-vector-stores-postgres==0.1.2
llama-index-legacy
sqlalchemy[asyncio]
cohere>=4.39, <5.0.0
pgvector
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="tc-hivemind-backend",
version="1.1.4",
version="1.1.5",
author="Mohammad Amin Dadgar, TogetherCrew",
maintainer="Mohammad Amin Dadgar",
maintainer_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion tc_hivemind_backend/pg_vector_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from llama_index.core.node_parser import SimpleNodeParser
from llama_index.core.node_parser.interface import MetadataAwareTextSplitter
from llama_index.core.schema import BaseNode
from llama_index.vector_stores.postgres import PGVectorStore
from llama_index.legacy.vector_stores import PGVectorStore
from tc_hivemind_backend.db.credentials import load_postgres_credentials
from tc_hivemind_backend.db.utils.delete_data import delete_data
from tc_hivemind_backend.db.utils.model_hyperparams import load_model_hyperparams
Expand Down

0 comments on commit 04f67ce

Please sign in to comment.