Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,8 @@ with gr.Blocks(
|
|
148 |
<p>
|
149 |
✨ DeepGit Lite is the lightweight pro version of <strong>DeepGit</strong>.<br>
|
150 |
It harnesses advanced deep semantic search to explore GitHub repositories and deliver curated results.<br>
|
151 |
-
Under the hood, it leverages a hybrid ranking approach combining dense retrieval, BM25 scoring, and cross-encoder re-ranking for optimal discovery
|
|
|
152 |
</p>
|
153 |
<p>
|
154 |
🚀 Check out the full DeepGit version on
|
|
|
148 |
<p>
|
149 |
✨ DeepGit Lite is the lightweight pro version of <strong>DeepGit</strong>.<br>
|
150 |
It harnesses advanced deep semantic search to explore GitHub repositories and deliver curated results.<br>
|
151 |
+
Under the hood, it leverages a hybrid ranking approach combining dense retrieval, BM25 scoring, and cross-encoder re-ranking for optimal discovery.<br>
|
152 |
+
If the agent returns no repositories found, it means no chain was invoked due to GPU unavailability. Please duplicate the space and re-run.
|
153 |
</p>
|
154 |
<p>
|
155 |
🚀 Check out the full DeepGit version on
|