Overseas access: www.kdjingpai.com
Bookmark Us
Current Position:fig. beginning " AI Answers

How to install and configure Deep Searcher?

2025-09-09 1.7 K
Link directMobile View
qrcode

Installation process

  1. Get Code: Cloning repositories via gitgit clone https://github.com/zilliztech/deep-searcher.git
  2. Creating a Virtual Environment: Create a standalone environment using python commandspython3 -m venv .venv
  3. activation environment: executed on Unix systemssource .venv/bin/activate
  4. Installation of dependencies: After entering the catalog, executepip install -e .

Configuration Guide

  • LLM Configuration: Edit the examples/example1.py file to example configure the OpenAI model:config.set_provider_config("llm", "OpenAI", {"model": "gpt-4o"})
  • Database settings: Configure Milvus connection parameters as required
  • Data preparation: Useload_from_local_files()method to load a local document

caveat

For the first time you need to make sure that Python version 3.7+ is installed and apply for the access key for each API in advance.

Recommended

Can't find AI tools? Try here!

Just type in the keyword Accessibility Bing SearchYou can quickly find all the AI tools on this site.

Top