Skip to content

Instantly share code, notes, and snippets.

@alexcg1
Last active June 10, 2022 13:25
Show Gist options
  • Save alexcg1/e4516f8ffed73ccebaa8a5e01c88d197 to your computer and use it in GitHub Desktop.
Save alexcg1/e4516f8ffed73ccebaa8a5e01c88d197 to your computer and use it in GitHub Desktop.
Stack overflow search: load Documents
from docarray import DocumentArray
docs = DocumentArray.from_csv("Questions.csv", field_resolver={"Title": "text"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment