luanpoppe commited on
Commit
7f5942d
·
1 Parent(s): 7eb86f7

feat: atualizando versões e importações do langchain para as mais recentes

Browse files
Files changed (2) hide show
  1. _utils/utils.py +2 -2
  2. requirements.txt +0 -0
_utils/utils.py CHANGED
@@ -9,7 +9,7 @@ from langchain_huggingface import HuggingFaceEndpoint, HuggingFaceEmbeddings
9
  from setup.environment import default_model
10
  from uuid import uuid4
11
  from langchain_core.output_parsers import JsonOutputParser
12
- from langchain_core.pydantic_v1 import BaseModel, Field
13
  from typing import List
14
  import numpy as np
15
  import openai
@@ -191,4 +191,4 @@ Your goal is to provide a comprehensive yet concise summary that accurately repr
191
  Do not pass in the response part of the instructions that you received
192
  Generate the response with at least 10000 characteres
193
  The content to be summarized is as follows:
194
- """
 
9
  from setup.environment import default_model
10
  from uuid import uuid4
11
  from langchain_core.output_parsers import JsonOutputParser
12
+ from pydantic import BaseModel, Field
13
  from typing import List
14
  import numpy as np
15
  import openai
 
191
  Do not pass in the response part of the instructions that you received
192
  Generate the response with at least 10000 characteres
193
  The content to be summarized is as follows:
194
+ """
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ