Giter VIP home page Giter VIP logo

anil-matcha / chatbase-alternative Goto Github PK

View Code? Open in Web Editor NEW
558.0 17.0 117.0 18 KB

ChatGPT for every website.Instantly answer your visitors' questions with a personalized chatbot trained on your website content. Alternative to Chatbase, SiteGPT, Dante AI

Home Page: https://www.thesamur.ai/?utm_source=github&utm_medium=link&utm_campaign=github_chatbase

License: MIT License

Python 100.00%
chatgpt gpt gpt4 langchain openai chatbase chatbot sitegpt web-chatbot website-chatbot

chatbase-alternative's People

Contributors

aliceoh avatar anil-matcha avatar vadootvpeer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chatbase-alternative's Issues

Error with streamlit

This is the log when I run streamlit

2023-06-08 16:07:02.411 Uncaught app exception
Traceback (most recent call last):
  File "/Users/vietdzung/anaconda3/envs/website2gpt/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 548, in _run_script
    self._session_state.on_script_will_rerun(rerun_data.widget_states)
  File "/Users/vietdzung/anaconda3/envs/website2gpt/lib/python3.10/site-packages/streamlit/runtime/state/safe_session_state.py", line 68, in on_script_will_rerun
    self._state.on_script_will_rerun(latest_widget_states)
  File "/Users/vietdzung/anaconda3/envs/website2gpt/lib/python3.10/site-packages/streamlit/runtime/state/session_state.py", line 482, in on_script_will_rerun
    self._call_callbacks()
  File "/Users/vietdzung/anaconda3/envs/website2gpt/lib/python3.10/site-packages/streamlit/runtime/state/session_state.py", line 495, in _call_callbacks
    self._new_widget_state.call_callback(wid)
  File "/Users/vietdzung/anaconda3/envs/website2gpt/lib/python3.10/site-packages/streamlit/runtime/state/session_state.py", line 247, in call_callback
    callback(*args, **kwargs)
  File "/Users/vietdzung/dev/test/Website-to-Chatbot/streamlitui.py", line 30, in ingest_input
    ingest_text = st.session_state["webquery"].ingest(url)
  File "/Users/vietdzung/dev/test/Website-to-Chatbot/webquery.py", line 27, in ingest
    result = trafilatura.extract(trafilatura.fetch_url(url))
  File "/Users/vietdzung/anaconda3/envs/website2gpt/lib/python3.10/site-packages/trafilatura/core.py", line 1050, in extract
    signal(SIGALRM, timeout_handler)
  File "/Users/vietdzung/anaconda3/envs/website2gpt/lib/python3.10/signal.py", line 56, in signal
    handler = _signal.signal(_enum_to_int(signalnum), _enum_to_int(handler))
ValueError: signal only works in main thread of the main interpreter

is this the right structure?

image

I encountered "from langchain.tools import BaseTool
ModuleNotFoundError: No module named 'langchain" error even though it is successfully installed in this env folder.

Installation issue with requirements.txt on Windows

Hi,

I got the following errors when trying to install the requirements.txt file


          The license_file parameter is deprecated, use license_files instead.

          By 2023-Oct-30, you need to update your project and remove deprecated calls
          or your builds will no longer be supported.

          See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
          ********************************************************************************

  !!
    parsed = self.parsers.get(option_name, lambda x: x)(value)
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build\lib.win-amd64-cpython-311
  creating build\lib.win-amd64-cpython-311\backports
  copying src\backports\__init__.py -> build\lib.win-amd64-cpython-311\backports
  creating build\lib.win-amd64-cpython-311\backports\zoneinfo
  copying src\backports\zoneinfo\_common.py -> build\lib.win-amd64-cpython-311\backports\zoneinfo
  copying src\backports\zoneinfo\_tzpath.py -> build\lib.win-amd64-cpython-311\backports\zoneinfo
  copying src\backports\zoneinfo\_version.py -> build\lib.win-amd64-cpython-311\backports\zoneinfo
  copying src\backports\zoneinfo\_zoneinfo.py -> build\lib.win-amd64-cpython-311\backports\zoneinfo
  copying src\backports\zoneinfo\__init__.py -> build\lib.win-amd64-cpython-311\backports\zoneinfo
  running egg_info
  writing src\backports.zoneinfo.egg-info\PKG-INFO
  writing dependency_links to src\backports.zoneinfo.egg-info\dependency_links.txt
  writing requirements to src\backports.zoneinfo.egg-info\requires.txt
  writing top-level names to src\backports.zoneinfo.egg-info\top_level.txt
  reading manifest file 'src\backports.zoneinfo.egg-info\SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no files found matching '*.png' under directory 'docs'
  warning: no files found matching '*.svg' under directory 'docs'
  no previously-included directories found matching 'docs\_build'
  no previously-included directories found matching 'docs\_output'
  adding license file 'LICENSE'
  adding license file 'licenses/LICENSE_APACHE'
  writing manifest file 'src\backports.zoneinfo.egg-info\SOURCES.txt'
  copying src\backports\zoneinfo\__init__.pyi -> build\lib.win-amd64-cpython-311\backports\zoneinfo
  copying src\backports\zoneinfo\py.typed -> build\lib.win-amd64-cpython-311\backports\zoneinfo
  running build_ext
  building 'backports.zoneinfo._czoneinfo' extension
  creating build\temp.win-amd64-cpython-311
  creating build\temp.win-amd64-cpython-311\Release
  creating build\temp.win-amd64-cpython-311\Release\lib
  "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -IC:\Users\jvineburgh\AppData\Local\Programs\Python\Python311\include -IC:\Users\jvineburgh\AppData\Local\Programs\Python\Python311\Include "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.35.32215\ATLMFC\include" "-IC:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22000.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /Tclib/zoneinfo_module.c /Fobuild\temp.win-amd64-cpython-311\Release\lib/zoneinfo_module.obj
  zoneinfo_module.c
  lib/zoneinfo_module.c(600): error C2065: '_PyLong_One': undeclared identifier
  lib/zoneinfo_module.c(600): warning C4047: '=': 'PyObject *' differs in levels of indirection from 'int'
  error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.35.32215\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for backports.zoneinfo
Failed to build backports.zoneinfo
ERROR: Could not build wheels for backports.zoneinfo, which is required to install pyproject.toml-based projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.