Skip to content

Commit

Permalink
Update qdrant-landing/content/documentation/embeddings/jina-embedding…
Browse files Browse the repository at this point in the history
…s.md

Co-authored-by: Anush  <[email protected]>
  • Loading branch information
mrscoopers and Anush008 authored Nov 21, 2024
1 parent 4ae75a6 commit 70b3ed4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ text_embedding = response_data[0]["embedding"] #jina-clip-v2 model doesn't diffe
image_embedding = response_data[1]["embedding"]

# Initialize Qdrant client
client = QdrantClient(":memory:") # Use ":memory:" for in-memory storage or specify a URL for a persistent instance.
client = QdrantClient(url="http://localhost:6333/")

# Create a collection with named vectors
collection_name = "MyCollection"
Expand Down

0 comments on commit 70b3ed4

Please sign in to comment.