Update api.py
Browse files
api.py
CHANGED
@@ -4,7 +4,7 @@ from contextlib import asynccontextmanager
|
|
4 |
from bs4 import BeautifulSoup
|
5 |
from fastapi import FastAPI, HTTPException
|
6 |
from neo4j import GraphDatabase, basic_auth
|
7 |
-
import
|
8 |
import logging # Import logging module
|
9 |
|
10 |
# --- Logging Configuration ---
|
|
|
4 |
from bs4 import BeautifulSoup
|
5 |
from fastapi import FastAPI, HTTPException
|
6 |
from neo4j import GraphDatabase, basic_auth
|
7 |
+
import google.genai as genai
|
8 |
import logging # Import logging module
|
9 |
|
10 |
# --- Logging Configuration ---
|