Skip to content

Commit

Permalink
Fix requirements (#27)
Browse files Browse the repository at this point in the history
* refactor: separate app components

* Add multiple pages (#22)

* Update README.md

* Change names of pages

* Disable pylint rules

* refactor: separate app components

* Change names of pages

* Disable pylint rules

* Update deprecated model

* Main (#26)

* v. 0.0.1 (#23)

* refactor: separate app components

* Add multiple pages (#22)

* Update README.md

* Rename 06_Creativity.PNG to 06_Creativity.png

* Rename 07_Delete_Collection.PNG to 07_Delete_Collection.png

* Update main (#25)

* refactor: separate app components

* Add multiple pages (#22)

* Update README.md

* Change names of pages

* Disable pylint rules

* refactor: separate app components

* Change names of pages

* Disable pylint rules

* Update deprecated model

* Update requirements.txt

* Update wk_flow_requirements.txt

* Update builder

* Update requirements.txt

* Update wk_flow_requirements.txt

* Update wk_flow_requirements.txt
  • Loading branch information
Maclenn77 authored Sep 19, 2024
1 parent a75f10f commit 010c22e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gnosis/builder.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Module for building the Langchain Agent"""
import streamlit as st
from langchain.chat_models import ChatOpenAI
from langchain_openai import ChatOpenAI
from gnosis.agent import PDFExplainer


Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
openai
tiktoken
langchain
langchain_openai
pymupdf
pypdf
wikipedia
chromadb>='0.4.18'
chromadb
sentence_transformers
streamlit
streamlit
3 changes: 2 additions & 1 deletion wk_flow_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ openai
tiktoken
pylint
langchain
chromadb>='0.4.18'
langchain_openai
chromadb

0 comments on commit 010c22e

Please sign in to comment.