From 94f3b7b797bbda82ff1ff186d060ae01976e5db1 Mon Sep 17 00:00:00 2001 From: Will Tai Date: Fri, 5 Apr 2024 15:09:30 +0100 Subject: [PATCH] Moved index_name definition to constructor level of VectorRetriever --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6483a4ee..55b6d3eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,6 @@ python = "^3.8.1" neo4j = "^5.17.0" types-requests = "^2.31.0.20240218" pydantic = "^2.6.3" -langchain-openai = "^0.1.1" [tool.poetry.group.dev.dependencies] pylint = "^3.1.0"