Skip to content

mongodb-developer/rag-app-sample-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

RAG Sample Data

A few sample data files, to be used for demonstrating RAG search with MongoDB.

This repository is designed to be used by LangChain's GitHub document loader.

loader = GithubFileLoader(
    repo="mongodb-developer/rag-app-sample-data",
    access_token=ACCESS_TOKEN,
    github_api_url="https://api.github.com",
    file_filter=lambda file_path: file_path.endswith(
        ".txt"
    ),  # load all text files.
)

About

A few sample data files, to be used for demonstrating RAG search with MongoDB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published