Skip to content

Commit

Permalink
Read github workflows file
Browse files Browse the repository at this point in the history
  • Loading branch information
manoharpalanisamy committed Apr 26, 2024
1 parent d7213e4 commit 2830e23
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Binary file modified QASystem/__pycache__/retrievalandgeneration.cpython-310.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion build/lib/QASystem/ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def data_ingestion():
text_splitter.split_documents(documents)

docs=text_splitter.split_documents(documents)

# print("docs = ", docs)
return docs


Expand Down
4 changes: 3 additions & 1 deletion build/lib/QASystem/retrievalandgeneration.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
from langchain.chains import RetrievalQA
from langchain.vectorstores import FAISS
# from langchain.vectorstores import FAISS
# from langchain.llms.bedrock import Bedrock
from langchain_community.vectorstores import FAISS
from langchain_aws import BedrockLLM

import boto3
from langchain.prompts import PromptTemplate
from QASystem.ingestion import get_vector_store
Expand Down
Binary file modified dist/qasystem-0.0.1-py3.10.egg
Binary file not shown.

0 comments on commit 2830e23

Please sign in to comment.