Spaces:
Runtime error
Runtime error
Update configs/config.py
Browse files- configs/config.py +3 -2
configs/config.py
CHANGED
|
@@ -50,6 +50,7 @@ URLS = ["https://aisviz.gitbook.io/documentation",
|
|
| 50 |
"https://aisviz.cs.dal.ca/AISdb/api/aisdb.webdata.shore_dist.html",
|
| 51 |
"https://aisviz.cs.dal.ca/AISdb/api/aisdb.wsa.html",
|
| 52 |
"https://aisviz.cs.dal.ca/AISdb/api/modules.html",
|
|
|
|
| 53 |
"https://aisviz.gitbook.io/documentation/tutorials/decimation-with-aisdb",
|
| 54 |
"https://github.com/AISViz/AISdb/blob/master/examples/weather.ipynb",
|
| 55 |
"https://github.com/AISViz/AISdb/blob/master/examples/database_creation.py",
|
|
@@ -65,8 +66,8 @@ URLS = ["https://aisviz.gitbook.io/documentation",
|
|
| 65 |
"https://mapslab.tech/projects/",
|
| 66 |
"https://mapslab.tech/contact/",
|
| 67 |
]
|
| 68 |
-
CHUNK_SIZE =
|
| 69 |
-
CHUNK_OVERLAP =
|
| 70 |
TOTAL_RESULTS = 2389
|
| 71 |
MAX_SIZE = 100
|
| 72 |
EMBEDDINGS = HuggingFaceEmbeddings(
|
|
|
|
| 50 |
"https://aisviz.cs.dal.ca/AISdb/api/aisdb.webdata.shore_dist.html",
|
| 51 |
"https://aisviz.cs.dal.ca/AISdb/api/aisdb.wsa.html",
|
| 52 |
"https://aisviz.cs.dal.ca/AISdb/api/modules.html",
|
| 53 |
+
"https://aisviz.gitbook.io/documentation/tutorials/hexagon-discretization",
|
| 54 |
"https://aisviz.gitbook.io/documentation/tutorials/decimation-with-aisdb",
|
| 55 |
"https://github.com/AISViz/AISdb/blob/master/examples/weather.ipynb",
|
| 56 |
"https://github.com/AISViz/AISdb/blob/master/examples/database_creation.py",
|
|
|
|
| 66 |
"https://mapslab.tech/projects/",
|
| 67 |
"https://mapslab.tech/contact/",
|
| 68 |
]
|
| 69 |
+
CHUNK_SIZE = 768
|
| 70 |
+
CHUNK_OVERLAP = 100
|
| 71 |
TOTAL_RESULTS = 2389
|
| 72 |
MAX_SIZE = 100
|
| 73 |
EMBEDDINGS = HuggingFaceEmbeddings(
|