Skip to content

Indexify Python API Client for building LLM and RAG applications from indexes created by Indexify from unstructured data

License

Notifications You must be signed in to change notification settings

ockhamlabsinc/indexify-python-client

 
 

Repository files navigation

Indexify Python Client

PyPI version

Installation

This is the Python client for interacting with the Indexify service.

To install it, simply run:

pip install indexify

Usage

See the getting started guide for examples of how to use the client. Look at the examples directory for more examples.

Development

To install the client from this repository for development:

cd "path to this repository"
pip install -e .

Install and run the poetry package manager:

pip install poetry
poetry install

More information at https://python-poetry.org/docs/.

Environment Variables

IndexifyClient uses httpx under the hood, so there are many environment variables that can be used to configure the client. More information on supported environment variables can be found here.

About

Indexify Python API Client for building LLM and RAG applications from indexes created by Indexify from unstructured data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 96.0%
  • Python 4.0%