You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
streamlit==1.39.0
llmware==0.3.7
# Progress baripywidgets==8.1.5
# Web scrapingbeautifulsoup4==4.12.3
lxml==5.3.0
My sample code:
fromllmware.configsimportLLMWareConfigfromllmware.modelsimportModelCatalogfromllmware.libraryimportLibrary# Set engine to save library dataLLMWareConfig().set_active_db('sqlite')
lib=Library().create_new_library(
account_name='dhika',
library_name='test_lib'
)
urls= [
'https://en.tempo.co/read/1915490/prabowo-indifferent-to-gibrans-alleged-fufufafa-account-says-dasco',
# More URLs after that
]
print(len(urls))
forurlinurls:
lib.add_website(
url=url,
# Don't search site recursivelyget_links=False
)
Error result:
The text was updated successfully, but these errors were encountered:
My requirements.txt:
My sample code:
Error result:
The text was updated successfully, but these errors were encountered: