lexy-py 0.0.3

Creator: railscoder56

Last updated:

Add to Cart

Description:

lexypy 0.0.3

Lexy Python SDK
This is the Python SDK for Lexy. For detailed
documentation and tutorials, see the Lexy documentation.
Usage
Init client
from lexy_py import LexyClient

lx = LexyClient()

Add documents
lx.add_documents([
{"content": "This is a test document"},
{"content": "This is another one!"},
])

Query index
lx.query_index("test query", index_id="default_text_embeddings", k=5)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.