Spaces:
Sleeping
Sleeping
Update process_python_code
Browse files- process_python_code +1 -1
process_python_code
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import ast
|
2 |
-
from langchain.schema import Document
|
3 |
|
4 |
|
5 |
def chunk_python_code_with_metadata(source_code, references):
|
|
|
1 |
import ast
|
2 |
+
from langchain.schema import Document
|
3 |
|
4 |
|
5 |
def chunk_python_code_with_metadata(source_code, references):
|