Spaces:
Running
Running
Antoine Chaffin
commited on
Commit
·
db469b7
1
Parent(s):
f861cd9
Oopsie variable name
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def pylate_search_leetcode(
|
|
32 |
return mcpylate.search(query, k)
|
33 |
|
34 |
|
35 |
-
|
36 |
# MCPyLate
|
37 |
|
38 |
Multi-vector search has shown very strong performance compared to single dense vector search in numerous domain, including out-of-domain, [long-context](https://x.com/antoine_chaffin/status/1919396926736257521) and [reasoning-intensive](https://x.com/antoine_chaffin/status/1925555110521798925) retrieval.
|
|
|
32 |
return mcpylate.search(query, k)
|
33 |
|
34 |
|
35 |
+
readme_content = """
|
36 |
# MCPyLate
|
37 |
|
38 |
Multi-vector search has shown very strong performance compared to single dense vector search in numerous domain, including out-of-domain, [long-context](https://x.com/antoine_chaffin/status/1919396926736257521) and [reasoning-intensive](https://x.com/antoine_chaffin/status/1925555110521798925) retrieval.
|