minh-4T commited on
Commit
2845f2c
·
1 Parent(s): 5ce8510

update lib gg in pipeline

Browse files
Files changed (1) hide show
  1. rag/qa_pipeline.py +1 -1
rag/qa_pipeline.py CHANGED
@@ -1,7 +1,7 @@
1
  from typing import List, Generator
2
  import os, re, hashlib
3
  import logging
4
- import google.generativeai as genai
5
  import json
6
  from concurrent.futures import ThreadPoolExecutor
7
  from threading import Lock
 
1
  from typing import List, Generator
2
  import os, re, hashlib
3
  import logging
4
+ from google import genai
5
  import json
6
  from concurrent.futures import ThreadPoolExecutor
7
  from threading import Lock