-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Integration markdown #405
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
Merged
Merged
Integration markdown #405
Changes from 42 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
4238210
Merge pull request #371 from VinciGit00/pre/beta
VinciGit00 41964c5
ci(release): 1.7.0 [skip ci]
semantic-release-bot 1d0cbbc
fix: add new embedding models
VinciGit00 fed9ebb
ci(release): 1.7.1 [skip ci]
semantic-release-bot 2373073
docs: fixed readme по русский
f-aguzzi ef8be1c
Merge pull request #395 from f-aguzzi/main
VinciGit00 c787090
fix: total tokens and docs
PeriniM e9fa9d3
ci(release): 1.7.2 [skip ci]
semantic-release-bot ecb7601
docs(version): fixed compatible versions
PeriniM 6e53387
Update docker-compose.yml
Femme-js 1e727c7
Merge pull request #396 from Femme-js/patch-1
VinciGit00 88f9def
fix: reduced model tokens
VinciGit00 a768592
ci(release): 1.7.3 [skip ci]
semantic-release-bot 8bb560a
add convert function
VinciGit00 6d78375
add benchmark
VinciGit00 23bc633
fixed a bug
VinciGit00 5664eb2
Update generate_answer_node_prompts.py
VinciGit00 2f02830
refactoring of fetch node
VinciGit00 5d61238
add new convert function
VinciGit00 7af411a
add trigger
VinciGit00 599512d
fix: add new model for claude
VinciGit00 62fdbcc
ci(release): 1.7.4 [skip ci]
semantic-release-bot d1c3de7
fixed a bug
VinciGit00 cf9a3d1
add test
VinciGit00 6549915
Update Readme.md
VinciGit00 afd46ac
fixed generate_answer_node
VinciGit00 d8fcb6c
add new examples
VinciGit00 9917972
fixed request
VinciGit00 2b4f4f1
doc: Fixed a small typo in the warning message
dfeddad 92cabe1
add load examples from a yml file
VinciGit00 cc4eeb9
Merge pull request #406 from dfeddad/fix/typo-in-warning-message
VinciGit00 f75e083
added a function to the search_graph class to allow user to return UR…
Maorsg 0dfa5bf
Merge branch 'pre/beta' into main
VinciGit00 a082125
Merge pull request #409 from Maorsg/main
VinciGit00 bbfbbd9
ci(release): 1.8.0-beta.1 [skip ci]
semantic-release-bot ff4ccb9
add claude 3.5 integration
VinciGit00 228a1de
add new force
VinciGit00 a3c43c9
🐛 Rename `user_prompt` parameter to `prompt`
oviniciusfeitosa f3cbbce
Merge pull request #412 from oviniciusfeitosa/patch-1
VinciGit00 9b45ebc
modify fetch node with no cut mode
VinciGit00 2804434
feat: add integrations for markdown files
VinciGit00 30ca15c
Merge branch 'md_scraper_integration' into integration_markdown
VinciGit00 583c321
chore(CI): fix pylint workflow
f-aguzzi afeb81f
chore(Docker): fix port number
f-aguzzi 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 hidden or 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 hidden or 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 hidden or 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.
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.
not correct, Ollama exposes the models on 11434
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.
fixed