Skip to content

Instantly share code, notes, and snippets.

@alexcg1
Created June 10, 2022 13:25
Show Gist options
  • Save alexcg1/fbacf07ae1b474cb939c0421e0f2f4b2 to your computer and use it in GitHub Desktop.
Save alexcg1/fbacf07ae1b474cb939c0421e0f2f4b2 to your computer and use it in GitHub Desktop.
Stack overflow search: index DocumentArray
from jina import Client
client = Client(host="grpcs://<unique_id>.wolf.jina.ai") # Your gateway from earlier
client.index(docs, show_progress=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment