Airweave's deployment process is designed for simplicity and is accomplished primarily through the command line and browser interface:
Installation steps
- Cloning Warehouse:
git clone https://github.com/airweave-ai/airweave.gitand into the catalog. - Run the startup script: Execute
chmod +x start.shcap (a poem)./start.shAfter that, the system will start locally.
Usage Process
- front-end operation: Access
http://localhost:8080Go to the React interface:- existSourcesThe page adds a data source (such as a database or API).
- pass (a bill or inspection etc)SchedulesSet up an automatic synchronization schedule.
- existJobspage to monitor the status of the task.
- API call: Access
http://localhost:8001/docsCheck out the Swagger documentation for support for managing data sources and synchronization tasks via a RESTful API.
For first time use, it is recommended to start with theSingle data source synchronizationStart testing and gradually expand complex scenarios.
This answer comes from the articleAirweave: enabling apps to quickly integrate knowledge bases for intelligent searchingThe































