diff --git a/examples/rest-api/requirements.txt b/examples/rest-api/requirements.txt index 0ef91ab8..46a2e55c 100644 --- a/examples/rest-api/requirements.txt +++ b/examples/rest-api/requirements.txt @@ -1,6 +1,6 @@ fastapi==0.104.0 uvicorn==0.23.2 -embedchain==0.0.91 -embedchain[streamlit, community, opensource, elasticsearch, opensearch, poe, discord, slack, whatsapp, weaviate, pinecone, qdrant, images, huggingface_hub, cohere, milvus, dataloaders, vertexai, llama2, gmail, json]==0.0.91 +embedchain==0.1.3 +embedchain[streamlit, community, opensource, elasticsearch, opensearch, poe, discord, slack, whatsapp, weaviate, pinecone, qdrant, images, huggingface_hub, cohere, milvus, dataloaders, vertexai, llama2, gmail, json]==0.1.3 sqlalchemy==2.0.22 python-multipart==0.0.6 diff --git a/pyproject.toml b/pyproject.toml index afbc2772..8eb4cf73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.1.2" +version = "0.1.3" description = "Data platform for LLMs - Load, index, retrieve and sync any unstructured data" authors = [ "Taranjeet Singh ",