We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738cdb1 commit f44ceb8Copy full SHA for f44ceb8
autointent/configs/_vector_index.py
@@ -1,6 +1,7 @@
1
-from typing import Any, TypedDict
+from typing import Any
2
3
from pydantic import BaseModel, Field
4
+from typing_extensions import TypedDict
5
6
7
class VectorIndexConfig(BaseModel): ...
0 commit comments