From bb86b30707c02205cfa0e9dc72ef5dfbf51d4305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Weckm=C3=BCller?= <47481567+do-me@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:50:47 +0100 Subject: [PATCH] Add typing and numpy import typing and numpy import were missing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 44a4dccf..b4826d7b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ pip install fastembed ```python from fastembed.embedding import FlagEmbedding as Embedding +from typing import List +import numpy as np documents: List[str] = [ "passage: Hello, World!",