Contents Menu Expand Light mode Dark mode Auto light/dark mode
AwaDB 0.3.13 documentation
AwaDB 0.3.13 documentation
  • Get started
    • Introduction
    • Installation and Quickstart
    • Main Features
  • Tutorials
    • Initialize an awadb client
    • Add documents to table
    • Search from table
    • Get documents from table
    • Delete documents from table
  • API
    • Native Python API
    • Docker Python API
    • RESTful API tutorial
  • Deployment
    • Docker deployment
  • Integrations
    • langchain
    • llamaindex
Back to top

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
Next
Native Python API
Previous
Delete documents from table
Copyright © 2023, Vincent
Made with Sphinx and @pradyunsg's Furo