Spaces:
Running
Running
Ilyas KHIAT
commited on
Commit
·
f7effd1
1
Parent(s):
d292e9b
added itext2kg
Browse files- audit_page/audit.py +1 -1
- audit_page/dialogue_doc.py +0 -1
- requirements.txt +0 -1
audit_page/audit.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import pymupdf as fitz
|
3 |
-
|
4 |
from utils.audit.audit_doc import audit_descriptif_pdf,audit_text,count_tokens
|
5 |
from utils.audit.rag import setup_rag
|
6 |
import dotenv
|
|
|
1 |
import streamlit as st
|
2 |
import pymupdf as fitz
|
3 |
+
|
4 |
from utils.audit.audit_doc import audit_descriptif_pdf,audit_text,count_tokens
|
5 |
from utils.audit.rag import setup_rag
|
6 |
import dotenv
|
audit_page/dialogue_doc.py
CHANGED
@@ -7,7 +7,6 @@ from st_copy_to_clipboard import st_copy_to_clipboard
|
|
7 |
from utils.kg.construct_kg import get_graph,get_advanced_graph
|
8 |
from audit_page.knowledge_graph import *
|
9 |
import json
|
10 |
-
import clipboard
|
11 |
from time import sleep
|
12 |
|
13 |
def graph_doc_to_json(graph):
|
|
|
7 |
from utils.kg.construct_kg import get_graph,get_advanced_graph
|
8 |
from audit_page.knowledge_graph import *
|
9 |
import json
|
|
|
10 |
from time import sleep
|
11 |
|
12 |
def graph_doc_to_json(graph):
|
requirements.txt
CHANGED
@@ -23,6 +23,5 @@ langchain-experimental
|
|
23 |
neo4j
|
24 |
streamlit-agraph
|
25 |
st-copy-to-clipboard
|
26 |
-
clipboard
|
27 |
itext2kg
|
28 |
|
|
|
23 |
neo4j
|
24 |
streamlit-agraph
|
25 |
st-copy-to-clipboard
|
|
|
26 |
itext2kg
|
27 |
|