Skip to main content
1

Create a Python file

knowledge_search.py
2

Set up your virtual environment

3

Install dependencies

4

Export your OpenAI API key

5

Start an AgentOS Server

Start the client example server on port 7777. It registers the knowledge base used by this client.
6

Upload content

Upload at least one content item before searching the knowledge base.
7

Run the Client