forked from rh-aiservices-bu/insurance-claim-processing
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pipelines working with granite (#154)
- New templates - Updated images - Updated langchain - Added missing image bucket env var
- Loading branch information
Showing
15 changed files
with
114 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
langchain==0.0.340 | ||
langchain==0.3.1 | ||
langchain-community==0.3.1 | ||
langchain-core==0.3.6 | ||
langchain-huggingface==0.1.0 | ||
langchain-text-splitters==0.3.0 | ||
text_generation==0.6.1 | ||
sentence_transformers==2.2.2 | ||
openai==1.13.3 | ||
sentence-transformers==3.1.1 | ||
openai==1.47.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
<s>[INST] <<SYS>> | ||
Summarize the below car insurance claim: | ||
<</SYS>> | ||
### TEXT: | ||
{car_claim} | ||
### ANSWER: | ||
[/INST] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
langchain==0.0.340 | ||
langchain==0.3.1 | ||
langchain-community==0.3.1 | ||
langchain-core==0.3.6 | ||
langchain-huggingface==0.1.0 | ||
langchain-text-splitters==0.3.0 | ||
text_generation==0.6.1 | ||
sentence_transformers==2.2.2 | ||
sentence-transformers==3.1.1 | ||
openai==1.47.1 | ||
opencv-python-headless==4.8.1.78 | ||
python-dotenv==1.0.0 | ||
psycopg2-binary==2.9.9 | ||
boto3==1.26.165 | ||
openai==1.13.3 | ||
boto3==1.26.165 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.