diff --git a/requirements.txt b/requirements.txt index 668fd9a..876d024 100644 --- a/requirements.txt +++ b/requirements.txt @@ -74,4 +74,5 @@ langchain-google-vertexai langchain-ollama langchain_postgres psycopg[binary,pool] -langchain_milvus \ No newline at end of file +langchain_milvus +langsmith \ No newline at end of file diff --git a/setup.py b/setup.py index 23e8c31..bf8d0dc 100644 --- a/setup.py +++ b/setup.py @@ -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='ashwin@krux.ai, aravind@krux.ai', description='RagBuilder is a toolkit designed to help you create optimal Production-ready Retrieval-Augmented Generation (RAG) pipeline for your data', @@ -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',