fix examples/rag imports, tests (#7712)

This commit is contained in:
Sam Shleifer
2020-10-14 11:35:00 -04:00
committed by GitHub
parent 890e790e16
commit 8feb0cc967
5 changed files with 42 additions and 18 deletions

View File

@@ -0,0 +1,5 @@
import os
import sys
sys.path.insert(1, os.path.dirname(os.path.realpath(__file__)))