Initial commit: LLM workshop materials
Five modules covering nanoGPT, Ollama, RAG, semantic search, and neural networks. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
commit
1604671d36
56 changed files with 5577 additions and 0 deletions
7
04-semantic-search/requirements.txt
Normal file
7
04-semantic-search/requirements.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
llama-index-core
|
||||
llama-index-readers-file
|
||||
llama-index-llms-ollama
|
||||
llama-index-embeddings-huggingface
|
||||
llama-index-retrievers-bm25
|
||||
nltk
|
||||
sentence-transformers
|
||||
Loading…
Add table
Add a link
Reference in a new issue