Skip to content

Commit

Permalink
Merge pull request #9 from KruxAI/minor-progressbar-updates
Browse files Browse the repository at this point in the history
Minor Changes- Update version, Add Milvus
  • Loading branch information
ashwinzyx authored Aug 15, 2024
2 parents fb5bcc2 + e45273b commit f28567f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ langchain-google-vertexai
langchain-ollama
langchain_postgres
psycopg[binary,pool]
langchain_milvus
langchain_milvus
langsmith
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()
setup(
name='ragbuilder',
version='0.0.7',
version='0.0.9',
author='Ashwin Aravind, Aravind Parameswaran',
author_email='[email protected], [email protected]',
description='RagBuilder is a toolkit designed to help you create optimal Production-ready Retrieval-Augmented Generation (RAG) pipeline for your data',
Expand Down Expand Up @@ -86,7 +86,9 @@
'langchain-google-vertexai',
'langchain-ollama',
'langchain_postgres',
'psycopg[binary,pool]'
'psycopg[binary,pool]',
'langchain_milvus',
'langsmith'
# 'llama-index',
# 'llama-index-vector-stores-chroma',
# 'llama-index-readers-web',
Expand Down

0 comments on commit f28567f

Please sign in to comment.