Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
# what
|
2 |
|
3 |
RAG is easy! Run ollama llama3.1 in golang with a postgres database.
|
@@ -120,4 +124,4 @@ curl http://localhost:11434/api/generate -d '{
|
|
120 |
### Helpers
|
121 |
|
122 |
- [downloader.py](screenplays/downloader.py) - downloads a screenplay from a given URL
|
123 |
-
- [send_screenplay.py](screenplays/send_screenplay.py) - sends a screenplay to the database
|
|
|
1 |
+
---
|
2 |
+
title: ragtag4
|
3 |
+
sdk: docker
|
4 |
+
---
|
5 |
# what
|
6 |
|
7 |
RAG is easy! Run ollama llama3.1 in golang with a postgres database.
|
|
|
124 |
### Helpers
|
125 |
|
126 |
- [downloader.py](screenplays/downloader.py) - downloads a screenplay from a given URL
|
127 |
+
- [send_screenplay.py](screenplays/send_screenplay.py) - sends a screenplay to the database
|