Skip to content

Commit

Permalink
Fix ollama NameError
Browse files Browse the repository at this point in the history
  • Loading branch information
leila-messallem committed Dec 17, 2024
1 parent 775447f commit 17db6b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/neo4j_graphrag/llm/ollama_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import annotations
from typing import Any, Optional, Sequence, TYPE_CHECKING, cast

from pydantic import ValidationError
Expand Down

0 comments on commit 17db6b1

Please sign in to comment.