https://github.com/weaviate/weaviate-python-client
A python native client for easy interaction with a Weaviate instance.
https://github.com/weaviate/weaviate-python-client
python vector-search weaviate
Last synced: 5 months ago
JSON representation
A python native client for easy interaction with a Weaviate instance.
- Host: GitHub
- URL: https://github.com/weaviate/weaviate-python-client
- Owner: weaviate
- License: bsd-3-clause
- Created: 2019-09-10T14:44:19.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T15:57:54.000Z (5 months ago)
- Last Synced: 2025-05-07T16:48:35.228Z (5 months ago)
- Topics: python, vector-search, weaviate
- Language: Python
- Homepage: https://weaviate.io/developers/weaviate/client-libraries/python
- Size: 8.95 MB
- Stars: 183
- Watchers: 29
- Forks: 86
- Open Issues: 92
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Weaviate python client
======================
.. image:: https://raw.githubusercontent.com/weaviate/weaviate/19de0956c69b66c5552447e84d016f4fe29d12c9/docs/assets/weaviate-logo.png
:width: 180
:align: right
:alt: Weaviate logo.. image:: https://github.com/weaviate/weaviate-python-client/actions/workflows/.github/workflows/main.yaml/badge.svg?branch=main
:target: https://github.com/weaviate/weaviate/actions/workflows/.github/workflows/pull_requests.yaml
:alt: Build Status.. image:: https://badge.fury.io/py/weaviate-client.svg
:target: https://badge.fury.io/py/weaviate-client
:alt: PyPI version.. image:: https://readthedocs.org/projects/weaviate-python-client/badge/?version=latest
:target: https://weaviate-python-client.readthedocs.io/en/latest/?badge=latest
:alt: Documentation StatusA python native client for easy interaction with a Weaviate instance.
The client is tested for python 3.9 and higher.
Visit the official `Weaviate `_ website for more information about the Weaviate and how to use it in production.
Client Versions
---------------
We currently support the following versions client versions:- 4.X: actively supported
- 3.X: deprecated, receives only critical bug fixes and dependency updates
- copy of the 3.X branch in v4 releases: Will be removed on 2024-11-30Articles
--------Here are some articles on Weaviate:
- `Semantic Search Queries Return More Informed Results `_
- `Getting Started with Weaviate Python Library `_
- `A sub-50ms neural search with DistilBERT and Weaviate `_Documentation
-------------- `Weaviate Python client overview `_.
- `Weaviate documentation `_.
- `Additional reference documentation `_Support
-------- Use our `Forum `_ for support or any other question.
- Use our `Slack Channel `_ for discussions or any other question.
- Use the ``weaviate`` tag on `StackOverflow `_ for questions.
- For bugs or problems, submit a GitHub `issue `_.Contributing
------------
To contribute, read `How to Contribute `_.