Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ embed = partial(
|
|
| 57 |
embed_with_semaphore,
|
| 58 |
embed_fn = embedder.aembed_query,
|
| 59 |
semaphore = asyncio.Semaphore(value=10) ## <- feel free to play with value
|
| 60 |
-
|
| 61 |
|
| 62 |
## Useful method for mistral, which is currently tuned to output numbered outputs
|
| 63 |
def EnumParser(*idxs):
|
|
|
|
| 57 |
embed_with_semaphore,
|
| 58 |
embed_fn = embedder.aembed_query,
|
| 59 |
semaphore = asyncio.Semaphore(value=10) ## <- feel free to play with value
|
| 60 |
+
)
|
| 61 |
|
| 62 |
## Useful method for mistral, which is currently tuned to output numbered outputs
|
| 63 |
def EnumParser(*idxs):
|