> ## Documentation Index
> Fetch the complete documentation index at: https://novita.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# DeepSearcher

> Greifen Sie einfach auf Modulunterstützung von Novita AI in DeepSearcher zu, um fortschrittliche Suchanwendungen zu erstellen.

[DeepSearcher](https://github.com/zilliztech/deep-searcher) ist eine Open-Source-Lösung, die entwickelt wurde, um die Suche und das Schlussfolgern mit privaten Daten zu transformieren, indem modernste Large Language Models (LLMs) mit Vektordatenbanken wie Milvus integriert werden. Mit Unterstützung für LLMs und Embedding-Modelle von Novita AI bietet diese leistungsstarke Konfiguration unübertroffene Genauigkeit und Effizienz bei der Suche in privaten Daten.

Diese Schritt-für-Schritt-Anleitung zeigt Ihnen, wie Sie Novita AI schnell und einfach mit DeepSearcher konfigurieren.

## So verwenden Sie DeepSearcher mit Novita

Schritt 1: Folgen Sie dem Beispiel in `examples/basic_example.py` .

<Frame>
  <img src="https://mintcdn.com/novitaai/OIO9nfACcX0vhcTI/images/step1Followtheexample.jpeg?fit=max&auto=format&n=OIO9nfACcX0vhcTI&q=85&s=3d84643c25bbf8bb41dbe2855fbbfb33" alt="Schritt 1: Folgen Sie dem Beispiel Jpe" width="2792" height="952" data-path="images/step1Followtheexample.jpeg" />
</Frame>

Schritt 2: Fügen Sie den folgenden Code unterhalb der Zeile `config = Configuration()` hinzu:

```python theme={"system"}
config.set_provider_config("llm", "NOVITA", {"model": "deepseek/deepseek-r1-turbo"})
config.set_provider_config("embedding", "NovitaEmbedding", {"model": "baai/bge-m3"})
```

<Frame>
  <img src="https://mintcdn.com/novitaai/OIO9nfACcX0vhcTI/images/step2Addcodebelowunderthelineconfig=Configuration.jpeg?fit=max&auto=format&n=OIO9nfACcX0vhcTI&q=85&s=edab7da1af56f9fb3ad5e7cbde9ee3b8" alt="Schritt 2: Code unterhalb der Zeile config=configuration hinzufügen Jpe" width="2698" height="446" data-path="images/step2Addcodebelowunderthelineconfig=Configuration.jpeg" />
</Frame>

Schritt 3: Führen Sie `examples/basic_example.py` aus, um die Integration auszuführen.

Sie erhalten die folgenden Ergebnisse:

<Frame>
  <img src="https://mintcdn.com/novitaai/bnRhXPrVKQGiPndx/images/output1.jpeg?fit=max&auto=format&n=bnRhXPrVKQGiPndx&q=85&s=5191c2671219202b7d8e3ef29cc618f6" alt="Ausgabe 1 Jpe" width="2692" height="1732" data-path="images/output1.jpeg" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/novitaai/bnRhXPrVKQGiPndx/images/output2.jpeg?fit=max&auto=format&n=bnRhXPrVKQGiPndx&q=85&s=a816b7b638dbed89a9acd9be735ef6dc" alt="Ausgabe 2 Jpe" width="2718" height="1840" data-path="images/output2.jpeg" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/novitaai/bnRhXPrVKQGiPndx/images/output3.jpeg?fit=max&auto=format&n=bnRhXPrVKQGiPndx&q=85&s=e2fdaa1f6d5606c4cd9bcedffc10ea22" alt="Ausgabe 3 Jpe" width="2722" height="1546" data-path="images/output3.jpeg" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/novitaai/OIO9nfACcX0vhcTI/images/output4.jpeg?fit=max&auto=format&n=OIO9nfACcX0vhcTI&q=85&s=809aec10ff8c1729a2a4917755d93f8b" alt="Ausgabe 4 Jpe" width="2758" height="1680" data-path="images/output4.jpeg" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/novitaai/OIO9nfACcX0vhcTI/images/output5.jpeg?fit=max&auto=format&n=OIO9nfACcX0vhcTI&q=85&s=6f8dae35f4553103711f71bedb922ca4" alt="Ausgabe 5 Jpe" width="2728" height="516" data-path="images/output5.jpeg" />
</Frame>
