Git Product home page Git Product logo

youtube-tutorials's People

Contributors

pradipnichite 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

youtube-tutorials's Issues

st.session_state

On first run, I get:
KeyError: 'st.session_state has no key "generated". Did you forget to initialize it?

Line: if st.session_state['generated']:

Getting this error when using SQLDatabaseToolkit

File /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pydantic/main.py:341, in pydantic.main.BaseModel.init()

ValidationError: 1 validation error for SQLDatabaseToolkit
llm
field required (type=value_error.missing)

Run GPT3.5 On PyCharm

Based on this topic:

i want to run the model on PyCharm, how can i call the finetuned gpt3.5 model so i can run it through PyCharm ?, what is the code for this task please.

Langchain NL2SQL Streamlit Chatbot MySQL to MSSQL

I've converted this to Microsoft SQL Server database and query. Often times after one to two successful responses, I will eventually get the following message. I am wondering if there may be someone in code that still references MySQL that should be changed to use the Microsoft SQL Server:
The error message indicates that there is an issue with the syntax of the SQL query. Specifically, it mentions an incorrect syntax near the backtick character (`). However, the provided query does not contain any backticks, which suggests that the error might be related to how the query was executed or formatted in the environment.

To resolve this issue, ensure that the query is correctly formatted and executed in the SQL Server environment. Here is the corrected query without any backticks:

SELECT [Promised_Date]
FROM [Delivery]
WHERE [Job] = '447316';

As you can see, it does provide the proper MS SQL syntax, but does not execute it.

The database info from langsmith:
Screenshot 2024-06-17 at 4 45 32 PM

streamlit app package version

Hi,

Can you list all Python package versions used in your streamlit app so I can use the correct version to learn your example?

Langchain Chatbot/Langchain_Pinecone_Indexing_.ipynb NO MORE WORKING

Hi !
I followed your youtube tutorial few month ago about Chatbot Answering from Your Own Knowledge Base: Langchain, ChatGPT, Pinecone, and Streamlit everythings was working until the last few day.
In fact, Pinecone has changed a few day ago their packages. There is a new version of pinecone, in fact this cell in the notebook is no more working:

import pinecone
from langchain.vectorstores import Pinecone

initialize pinecone

pinecone.init(
api_key="", # find at app.pinecone.io
environment="us-east-1-aws" # next to api key in console
)

index_name = "langchain-chatbot"

index = Pinecone.from_documents(docs, embeddings, index_name=index_name)

AttributeError: init is no longer a top-level attribute of the pinecone package.

Did someone have a solution ?

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.