Skip to main content
Version: devel

destinations.impl.weaviate.factory

weaviate Objects

class weaviate(Destination[WeaviateClientConfiguration, "WeaviateClient"])

[view_source]

__init__

def __init__(credentials: t.Union[WeaviateCredentials, t.Dict[str,
t.Any]] = None,
vectorizer: str = None,
module_config: t.Dict[str, t.Dict[str, str]] = None,
destination_name: t.Optional[str] = None,
environment: t.Optional[str] = None,
**kwargs: t.Any) -> None

[view_source]

Configure the Weaviate destination to use in a pipeline.

All destination config parameters can be provided as arguments here and will supersede other config sources (such as dlt config files and environment variables).

Arguments:

  • credentials - Weaviate credentials containing URL, API key and optional headers
  • vectorizer - The name of the Weaviate vectorizer to use
  • module_config - The configuration for the Weaviate modules
  • **kwargs - Additional arguments forwarded to the destination config

This demo works on codespaces. Codespaces is a development environment available for free to anyone with a Github account. You'll be asked to fork the demo repository and from there the README guides you with further steps.
The demo uses the Continue VSCode extension.

Off to codespaces!

DHelp

Ask a question

Welcome to "Codex Central", your next-gen help center, driven by OpenAI's GPT-4 model. It's more than just a forum or a FAQ hub – it's a dynamic knowledge base where coders can find AI-assisted solutions to their pressing problems. With GPT-4's powerful comprehension and predictive abilities, Codex Central provides instantaneous issue resolution, insightful debugging, and personalized guidance. Get your code running smoothly with the unparalleled support at Codex Central - coding help reimagined with AI prowess.