How to use DeepSearcher with Novita
Step 1: Follow the example inexamples/basic_example.py .
config = Configuration() :
examples/basic_example.py to execute the integration.
You’ll get the following results:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Easily access module support from Novita AI on DeepSearcher to build advanced search applications.
examples/basic_example.py .
config = Configuration() :
config.set_provider_config("llm", "NOVITA", {"model": "deepseek/deepseek-r1-turbo"})
config.set_provider_config("embedding", "NovitaEmbedding", {"model": "baai/bge-m3"})
examples/basic_example.py to execute the integration.
You’ll get the following results: