amscosta

Results 14 issues of amscosta

Hello, I am trying to use the scripts in the chat_with_retrieval folder . Created a python environment with requirements. Unfortunatelly the streamlit app is crashing (please see the attached image)....

Hi, Can you suggest an working alternative for the summarize texts example given in your book, instead of using ChatOpenAI?

Hi, The following code snippet from Chapter 3 : from langchain.llms import HuggingFaceHub llm = HuggingFaceHub( model_kwargs={"temperature": 0.5, "max_length": 64}, repo_id="google/flan-t5-xxl" ) prompt = "In which country is Tokyo?" completion...

Running the below cell locally (after pip installing the 1.6 version): from pyResearchInsights.common_functions import pre_processing from pyResearchInsights.Scraper import scraper_main from pyResearchInsights.Cleaner import cleaner_main from pyResearchInsights.Analyzer import analyzer_main from pyResearchInsights.NLP_Engine import...