-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add HF embedings, add custom tuned prompts, add GPU accel #45
Merged
Merged
Changes from all commits
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
b40a8ef
update requirements.txt
hippalectryon-0 3aa1d16
Merge branch 'su77ungr:main' into main
hippalectryon-0 599362d
Merge branch 'su77ungr:main' into main
hippalectryon-0 1861358
remove state_of_the_union.txt
hippalectryon-0 a4b5724
Merge remote-tracking branch 'origin/main' into main-fork
hippalectryon-0 66d0677
add poetry config
hippalectryon-0 42b9454
update streamlit version
hippalectryon-0 c4b2a33
update Dockerfile
hippalectryon-0 f5cdbcb
update Dockerfile
hippalectryon-0 3621789
fix Dockerfile
hippalectryon-0 5eae6c2
update Dockerfile
hippalectryon-0 d932557
update README.md
hippalectryon-0 a35f7c0
update README.md
hippalectryon-0 1cd7df1
update convert.py & pyproject.toml
hippalectryon-0 b14b601
Merge remote-tracking branch 'fork/main' into main-fork
hippalectryon-0 82f6af6
add tokenizer model
hippalectryon-0 e371e23
update README & lint
hippalectryon-0 6ffcf25
Merge remote-tracking branch 'fork/main' into main-fork
hippalectryon-0 83b8454
add pre-commit
hippalectryon-0 8a9ba1f
run pre-commit
hippalectryon-0 e3a0b6a
merge
hippalectryon-0 01c27f2
fix README.md
hippalectryon-0 44f0e18
fix (?) convert.py
hippalectryon-0 6c0a46d
fix (?) convert.py
hippalectryon-0 1b3e653
fix package versions
hippalectryon-0 568ece2
clean for merge
hippalectryon-0 821c28e
Merge branch 'main' into main-mr
hippalectryon-0 4c132e5
fix README.md
hippalectryon-0 f070eae
update README.md for new convert
hippalectryon-0 0cdfd80
redirect to main repo
su77ungr f41263d
fix ingest.py
hippalectryon-0 09b4c1a
Merge branch 'main-fork' into main-mr
hippalectryon-0 5b23c15
pre-commit formatting
hippalectryon-0 b4d5c1b
Merge branch 'main-fork' into main-mr
hippalectryon-0 e306509
rollback README.md
hippalectryon-0 1b4cc3a
Merge branch 'main-fork' into main-mr
hippalectryon-0 249d2f6
fix Dockerfile and README.md for streamlit
hippalectryon-0 488e59d
Merge branch 'main' into main-fork
hippalectryon-0 925b779
Merge branch 'main-fork' into main-mr
hippalectryon-0 6231aa9
fix README.md
hippalectryon-0 d3ff124
cleaner document handling in ingest.py
hippalectryon-0 595a75f
add support for ptt, docx
hippalectryon-0 0901716
add sample documents
hippalectryon-0 520c211
load env variables in centralized file
hippalectryon-0 e403170
Merge branch 'main' into main-fork
hippalectryon-0 9fd396e
Merge branch 'main-fork' into main-mr
hippalectryon-0 c7c367a
remove CI on merge
hippalectryon-0 f61e571
check for empty query
hippalectryon-0 5d7c81c
Merge remote-tracking branch 'origin/main'
hippalectryon-0 26a8ef6
print embedding progress
hippalectryon-0 1f37b66
Merge branch 'main' into main-fork
hippalectryon-0 273b818
Merge branch 'main-fork' into main-mr
hippalectryon-0 3c0f7da
fix model_stop
hippalectryon-0 37216f8
fix model_stop
hippalectryon-0 94b4ed4
Merge branch 'main' into main-mr
hippalectryon-0 b25d551
Merge branch 'main' into main-fork
hippalectryon-0 40c4f8a
several minor improvements to startLLM.py
hippalectryon-0 7775490
pre-commit formatting
hippalectryon-0 2bd0591
Add support for HuggingFace embeddings
hippalectryon-0 8bf70da
- add custom prompt templates tailored for vic7b-5, and better than t…
hippalectryon-0 1cb53d4
Merge branch 'main' into main-fork
hippalectryon-0 9dbfdad
update example.env
hippalectryon-0 d1a8f34
Merge remote-tracking branch 'origin/main'
hippalectryon-0 ce14ee9
update prompts
hippalectryon-0 e351a51
Merge branch 'main-fork' into main-mr
hippalectryon-0 432f307
fix typo
hippalectryon-0 46b2d47
fix typo
hippalectryon-0 1f3e5c2
Merge branch 'main-fork' into main-mr
hippalectryon-0 1ba7d27
update example.env
hippalectryon-0 ae56b96
Merge branch 'main-fork' into main-mr
hippalectryon-0 28b021f
re-add strip
hippalectryon-0 d8b89f2
Merge branch 'main-fork' into main-mr
hippalectryon-0 078281f
Add N_GPU_LAYERS to .env
hippalectryon-0 3af2ae5
Merge branch 'main-fork' into main-mr
hippalectryon-0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nice, did not know this even exists. Gonna ping me docs for later dev |
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where did you find stop?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I edited the prompt to tell the model to say it