├── CONTRIBUTING.md ├── Embeddings.md ├── LICENSE.md ├── README.md ├── docs ├── .nojekyll ├── README.md ├── _sidebar.md ├── embed.md ├── faq.md ├── hn.md ├── index.html ├── newsfeed.md ├── prompting.md ├── sdupdates_2_backup.md ├── sdupdates_backup.md └── tutorial.md ├── files ├── README.md ├── collection(1).xlsx └── collection(2).xlsx ├── goldmine.txt ├── hypertext.md ├── oldnews.txt ├── sdupdates 2 backup.md ├── sdupdates backup.md └── tutorial.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Embeddings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/Embeddings.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/README.md -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/_sidebar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/docs/_sidebar.md -------------------------------------------------------------------------------- /docs/embed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/docs/embed.md -------------------------------------------------------------------------------- /docs/faq.md: -------------------------------------------------------------------------------- 1 | wip 2 | -------------------------------------------------------------------------------- /docs/hn.md: -------------------------------------------------------------------------------- 1 | wip 2 | -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/newsfeed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/docs/newsfeed.md -------------------------------------------------------------------------------- /docs/prompting.md: -------------------------------------------------------------------------------- 1 | wip 2 | -------------------------------------------------------------------------------- /docs/sdupdates_2_backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/docs/sdupdates_2_backup.md -------------------------------------------------------------------------------- /docs/sdupdates_backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/docs/sdupdates_backup.md -------------------------------------------------------------------------------- /docs/tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/docs/tutorial.md -------------------------------------------------------------------------------- /files/README.md: -------------------------------------------------------------------------------- 1 | This folder will hold non-txt files 2 | -------------------------------------------------------------------------------- /files/collection(1).xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/files/collection(1).xlsx -------------------------------------------------------------------------------- /files/collection(2).xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/files/collection(2).xlsx -------------------------------------------------------------------------------- /goldmine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/goldmine.txt -------------------------------------------------------------------------------- /hypertext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/hypertext.md -------------------------------------------------------------------------------- /oldnews.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/oldnews.txt -------------------------------------------------------------------------------- /sdupdates 2 backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/sdupdates 2 backup.md -------------------------------------------------------------------------------- /sdupdates backup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/sdupdates backup.md -------------------------------------------------------------------------------- /tutorial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/questianon/sdupdates/HEAD/tutorial.md --------------------------------------------------------------------------------