├── AutoMetaRAG.ipynb ├── LICENSE ├── README.md ├── autometaRAG.png ├── config.ini └── data ├── attention_is_all_you_need.pdf ├── cnn.pdf └── musicLM.pdf /AutoMetaRAG.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darshil3011/AutoMetaRAG/HEAD/AutoMetaRAG.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darshil3011/AutoMetaRAG/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darshil3011/AutoMetaRAG/HEAD/README.md -------------------------------------------------------------------------------- /autometaRAG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darshil3011/AutoMetaRAG/HEAD/autometaRAG.png -------------------------------------------------------------------------------- /config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darshil3011/AutoMetaRAG/HEAD/config.ini -------------------------------------------------------------------------------- /data/attention_is_all_you_need.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darshil3011/AutoMetaRAG/HEAD/data/attention_is_all_you_need.pdf -------------------------------------------------------------------------------- /data/cnn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darshil3011/AutoMetaRAG/HEAD/data/cnn.pdf -------------------------------------------------------------------------------- /data/musicLM.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/darshil3011/AutoMetaRAG/HEAD/data/musicLM.pdf --------------------------------------------------------------------------------