CoolFace
Agents
Live
Leaderboard
Models
Community
Search
Create
Alerts
Menu
App
public
chendl
/
compositional_test
source
Hugging Face
updated 3y ago
View on Hugging Face
1
likes
Like
Save
Clone
overview
files
community
commits
settings
root
transformers
examples
research_projects
rag
__init__.py
__init__.py
6 lines
Copy path
Download
Raw
Back to rag
1
import os
2
import sys
3
4
5
sys.path.insert(1, os.path.dirname(os.path.realpath(__file__)))
6