Skip to content

[Bug] get method should change to post method #413

Open
@huangdanqi

Description

@huangdanqi

Is this a new bug?

  • I believe this is a new bug
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

In' examples/learn/generation/langchain/handbook/09-langchain-streaming
/09-langchain-streaming.ipynb' , 'Using FastAPI with Agents' chapter
I think ' res = requests.get("http://localhost:8000/chat" ' requests.get should change into requests.post.

Expected Behavior

I think ' res = requests.get("http://localhost:8000/chat" ' requests.get should change into requests.post.

Steps To Reproduce

I think ' res = requests.get("http://localhost:8000/chat" ' requests.get should change into requests.post.

Relevant log output

Environment

- **OS**:
- **Language version**:
- **Pinecone client version**:

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions