Skip to content

Commit

Permalink
draft+untested: Porting to LlamaIndex Workflows.
Browse files Browse the repository at this point in the history
Basic draft solve implemented.
  • Loading branch information
anirbanbasu committed Sep 29, 2024
1 parent cc1c8c4 commit 3e2de69
Show file tree
Hide file tree
Showing 10 changed files with 636 additions and 641 deletions.
1 change: 1 addition & 0 deletions local.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ COPY ./LICENSE ./.env.docker ./
# Although the example .env file is copied here, use -v to load a different .env file from the Docker host, if necessary.
RUN mv .env.docker .env
COPY ./src/*.py ./src/
COPY ./src/workflows/*.py ./src/workflows/
# Copy the required assets
COPY ./assets/logo-embed.svg ./assets/

Expand Down
26 changes: 12 additions & 14 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,18 @@ python-dotenv
icecream
pytest

# LangChain, LangGraph and related stuff
langgraph
grandalf
langgraph-checkpoint-sqlite
langchain_community
langchain-experimental
langchain
langchainhub
langchain_anthropic
langchain_groq
langchain-openai
langchain-cohere
langchain-ollama
rank_bm25
# LlamaIndex
llama-index
llama-index-utils-workflow

# LlamaIndex packs
llama-index-packs-agents-lats

# LlamaIndex LLMs
llama-index-llms-groq
llama-index-llms-ollama
llama-index-llms-anthropic
llama-index-llms-cohere

# User interface
gradio
Expand Down
Loading

0 comments on commit 3e2de69

Please sign in to comment.