Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -22,8 +22,7 @@ sdk_version: 5.3.0
|
|
22 |
# π **Updates!** π
|
23 |
|
24 |
A full version with db support and configurable components is open sourced here:
|
25 |
-
[LeetTools](https://github.com/leettools-dev/leettools).
|
26 |
-
[here](https://svc.leettools.com). Please check them out!
|
27 |
|
28 |
We also added support for local Ollama inference and embedding models, as well as for other API
|
29 |
providers such as DeepSeek. Please see the [`Use Different LLM Endpoints`](#use-different-llm-endpoints) secton for more details.
|
@@ -56,7 +55,7 @@ engines such as Perplexity.
|
|
56 |
- You can run it in a cron job or bash script to automate complex search/data extraction tasks.
|
57 |
- You can ask questions against local files.
|
58 |
|
59 |
-
We have a running UI example [in HuggingFace Spaces](https://huggingface.co/spaces/
|
60 |
|
61 |

|
62 |
|
|
|
22 |
# π **Updates!** π
|
23 |
|
24 |
A full version with db support and configurable components is open sourced here:
|
25 |
+
[LeetTools](https://github.com/leettools-dev/leettools). Please check it out!
|
|
|
26 |
|
27 |
We also added support for local Ollama inference and embedding models, as well as for other API
|
28 |
providers such as DeepSeek. Please see the [`Use Different LLM Endpoints`](#use-different-llm-endpoints) secton for more details.
|
|
|
55 |
- You can run it in a cron job or bash script to automate complex search/data extraction tasks.
|
56 |
- You can ask questions against local files.
|
57 |
|
58 |
+
We have a running UI example [in HuggingFace Spaces](https://huggingface.co/spaces/LeetTools/ask.py).
|
59 |
|
60 |

|
61 |
|