Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://github.com/simula/soccer-rag
Browse files
.env_demo
CHANGED
@@ -4,4 +4,4 @@ DATABASE_PATH = data/games.db
|
|
4 |
LANGSMITH = False
|
5 |
LANGSMITH_API_KEY=
|
6 |
LANGSMITH_PROJECT=SoccerRag
|
7 |
-
FEW_SHOT = 3
|
|
|
4 |
LANGSMITH = False
|
5 |
LANGSMITH_API_KEY=
|
6 |
LANGSMITH_PROJECT=SoccerRag
|
7 |
+
FEW_SHOT = 3
|
README.md
CHANGED
@@ -25,7 +25,9 @@ as this package is not in the requirements.txt file.
|
|
25 |
Expected setup time is around 10 minutes.
|
26 |
|
27 |
If you want to download the data and set up the database manually, you can do so by following the instructions below.
|
28 |
-
|
|
|
|
|
29 |
The data required to run the code is not included in this repository.
|
30 |
The data can be downloaded from the [Soccernet](https://www.soccer-net.org/data).
|
31 |
Files needed are:
|
|
|
25 |
Expected setup time is around 10 minutes.
|
26 |
|
27 |
If you want to download the data and set up the database manually, you can do so by following the instructions below.
|
28 |
+
|
29 |
+
### Downloading the data manually
|
30 |
+
|
31 |
The data required to run the code is not included in this repository.
|
32 |
The data can be downloaded from the [Soccernet](https://www.soccer-net.org/data).
|
33 |
Files needed are:
|