-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlessons.yaml
76 lines (68 loc) · 2.14 KB
/
lessons.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
1-setup:
- lessons/1-setup.md
- lessons/1-setup.pdf
- lessons/1-setup/discord.png
- lessons/1-setup/architecture-trasparent.png
- lessons/1-setup/architecture.png
- lessons/1-setup/mastrogpt-request.png
- lessons/1-setup/reddit.png
- lessons/1-setup/fixbug.png
- lessons/1-setup/milvus.png
- lessons/1-setup/ollama.png
- lessons/1-setup/redis.png
- lessons/1-setup/s3.png
- lessons/1-setup/stream.png
- lessons/1-setup/tests.png
- lessons/1-setup/codespaces.png
- lessons/1-setup/pricelist.png
- lessons/reverse.py
- packages/mastrogpt/index/95-Hello.json
- packages/hello/stream/__main__.py
- packages/hello/stream/stream.py
- packages/hello/world/__main__.py
- packages/hello/world/world.py.exercise
- packages/hello/cache/__main__.py
- packages/hello/cache/cache.py
- packages/hello/llm/llm.py
- packages/hello/llm/__main__.py
- packages/hello/store/__main__.py
- packages/hello/store/store.py
- packages/hello/vdb/embed.py
- packages/hello/vdb/vdb.py
- packages/hello/vdb/__main__.py
- tests/hello/test_cache_int.py
- tests/hello/test_cache.py
- tests/hello/test_llm_int.py
- tests/hello/test_store.py
- tests/hello/test_vdb_int.py
- tests/hello/test_store_int.py
- tests/hello/test_stream_int.py
- tests/hello/test_stream.py
- tests/hello/test_vdb.py
- tests/hello/test_llm.py
- tests/hello/test_world_int.py
- tests/hello/test_world.py
2-stream:
- lessons/2-stream.md
- lessons/2-stream.pdf
- lessons/2-stream/runSelectedText.png
- lessons/2-stream/countdown.png
- lessons/2-stream/simple.png
- packages/mastrogpt/index/80-Chat.json
- packages/chat/simple.py
- tests/streamock.py
- packages/chat/countdown.py
- tests/chat/test_countdown.py
- packages/chat/stateless/stateless.py.exercise
- packages/chat/stateless/__main__.py.exercise
- tests/chat/test_stateless.py
3-form:
- lessons/3-form.md
4-assistant:
- lessons/4-assistant.md
5-vision:
- lessons/5-vision.md
6-vectordb:
- lessons/6-vectordb.md
7-rag:
- lessons/7-rag.md