Skip to main content

Python client for colbertdb

Project description

Colbertdb Python Client

This is a Python client for ColBERTdb. It provides a simple interface for managing collections and documents, and for performing searches within collections.

Features

  • Create and manage collections: Easily create new collections and manage existing ones.
  • Add and delete documents: Add new documents to collections and delete existing ones.
  • Search collections: Perform search queries on collections and retrieve relevant documents.

Installation

pip install pycolbertdb

Usage

from colbertdb.client import Colbertdb
from llama_index.readers.web import SimpleWebPageReader

client = Colbertdb(url="http://localhost:8080")
client.connect()

docs = SimpleWebPageReader(html_to_text=True).load_data(
    ["https://www.radar.com/documentation/api"]
)
docs = [{"content": doc.text, "metadata": {"source": doc.id_}} for doc in docs]
collection = colbertdb.create_collection(collection_name, documents=docs)
response = collection.search(query="How do I add a geofence?", k=3)
print(response)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycolbertdb-0.2.0.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pycolbertdb-0.2.0-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file pycolbertdb-0.2.0.tar.gz.

File metadata

  • Download URL: pycolbertdb-0.2.0.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.1 Linux/6.5.0-1021-azure

File hashes

Hashes for pycolbertdb-0.2.0.tar.gz
Algorithm Hash digest
SHA256 883b037cf8a624cc1b4a6a2a359f79f928798baa4557fb864f8b46eb829fcf36
MD5 495b7c1d8bdcf130f3ee9478c5929847
BLAKE2b-256 569e460ed8c5c89563ce75fed285643469b356d948c6ecfa7b52c6edd70f8118

See more details on using hashes here.

File details

Details for the file pycolbertdb-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: pycolbertdb-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.3 CPython/3.12.1 Linux/6.5.0-1021-azure

File hashes

Hashes for pycolbertdb-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 25d40b347d4d97032056631832b04640197a26094e102ef9cd992fd018c79871
MD5 0b125e1c47b88dc00294c60f26d62d21
BLAKE2b-256 ead40ac44e2f191221d3667d4e10981395f2d689dc78cc095517e0c81abac484

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page