Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Asish22
/
code-crawler
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ddc50f0
code-crawler
/
tests
/
conftest.py
juliaturc
Option to not store file chunk content to vector store
39898b4
over 1 year ago
raw
Copy download link
history
blame
114 Bytes
import
os
import
sys
sys.path.insert(
0
, os.path.abspath(os.path.join(os.path.dirname(__file__),
"../repo2vec"
)))