-
Notifications
You must be signed in to change notification settings - Fork 16
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
Web Scraping Documentation and Llama-Index Integration #44
Open
AsH1605
wants to merge
11
commits into
c2siorg:main
Choose a base branch
from
AsH1605:garlic
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
* Added methods for loading of knowledge_graph index and retrieval from Knowledge graph * added README.MD * Added an colab example of graph_retrieval module and some modifications in module
* adding draft PR for experiments.md which contains summary of all my experiments * updated EXPERIMENTS.MD and added their artefacts and data respectively * updated EXPERIMENTS.MD with code-embeddings section and added links to models * fixed some spelling errors * updated EXPERIMENT.MD * EXPERIMENT.MD and some more artefacts are being updated
* added evaluation module using llama_index for graph_rag * added graph_rag_test_data generation module using ragas * added docstings for each files and formatted using black * updated requirements.txt * added evaluation using ragas script * add initial Readme file for the module * updated README.MD and added some artifacts in random folder * Updated Readme.md of evaluation module for demo of test data generation * Updated Readme.md of evaluation module * Updated Readme.md of evaluation module * updated README.MD for evaluation using llama-index
* started adding training scripts initial commit * modified training scripts and added QLoRA training scripts * added arg-parse functionality to run training scripts * formatted the scripts using black * added doc strings for the training files * added a markdown file domenstrating my work on property graph and relick for relation extraction which has further scope of bieng intigrated into KG builder * updated README.MD file for training scripts
AsH1605
changed the title
Changes done
Web Scraping Documentation and Llama-Index Integration
Nov 26, 2024
Thanks for the contribution! |
can you share the test results in form of screenshots or notebook outputs? |
Sir, I have already added a screenshot of the output from my local system.
Additionally, I have now included a screenshot of the notebook output for
better clarity.
Thank you, Sir.
…On Tue, Nov 26, 2024 at 8:59 PM QuantiPhy ***@***.***> wrote:
Description:
- Implementation tested on the Keras documentation scraping and
indexing module.
- All commits are signed with a GPG key to ensure verified commit
history.
can you share the test results in form of screenshots or notebook outputs?
—
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7AE7U6MJVLJUXUC6L4ZOQT2CSHW7AVCNFSM6AAAAABSQDAKD2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMBRGE3DIMZXGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description: