https://github.com/aaltorse/rag-examples
This repository contains examples for RAG (retrieval assisted generation) setups.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
This repository contains examples for RAG (retrieval assisted generation) setups.
Basic Info
- Host: GitHub
- Owner: AaltoRSE
- License: mit
- Language: Python
- Default Branch: main
- Size: 23.4 KB
Statistics
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
License
README.md
rag-examples
This repository contains examples for RAG (retrieval assisted generation) setups.
Available examples
Data Ingestion
- langchain-pdf-ingestion - An example script that demonstrates and tests different PDF loaders provided by LangChain. See README for more information.
Serving
- langserve-rag-api - An API endpoint that serves LLMs and RAG endpoints using langserve. See README for more information.
Contributing
We gladly accept new examples to the repository.
If you have existing examples related to RAG setups and would like to contribute them, please check out our contribution guide.
License
See LICENSE for licensing information.
Owner
- Name: AaltoRSE
- Login: AaltoRSE
- Kind: organization
- Repositories: 38
- Profile: https://github.com/AaltoRSE
GitHub Events
Total
- Push event: 6
- Pull request event: 2
- Create event: 1
Last Year
- Push event: 6
- Pull request event: 2
- Create event: 1
Dependencies
langserve-rag-api/environment.yml
pypi
- langchain *
- langchain-cli *
- langchain-openai *
- langserve *