Welcome to AwaDB’s documentation!# Indices and tables# Index Module Index Search Page Contents# Get started Introduction Installation and Quickstart Native python usage Use docker as a service Main Features Easily Use Realtime Search Stability Tutorials Initialize an awadb client Native python usage Docker usage Add documents to table Native python usage Docker usage Search from table Native python usage Docker usage Get documents from table Native python usage Docker usage Delete documents from table Native python usage Docker usage API Native Python API Client() Create() Add() Search() Get() Delete() ListAllTables() GetCurrentTable() Load() Use() Close() Docker Python API Awa() __init__() add() search() get() delete() close() RESTful API tutorial create table add documents to table get document based on ids or filter condition delete documents by ids or condition search documents by vector query and filter condition list the table fields information Deployment Docker deployment Preparation Docker compose deployment Check and usage Integrations langchain llamaindex