gkamradt / langchain-tutorials

Overview and tutorial of the LangChain Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to report a mistake in documentation?

famunir opened this issue · comments

Hello lang-chain devs,

How do I report a mistake in documentation? I was not sure if this is the right forum for pointing this out.

The sentence in documentation should probably read:

A text embedding model takes a piece of text as input and returns a numerical representation of that text in the form of a list of floats.

The original documentation is missing "returns a".

hi @famunir,

the documentation you're referring to is from LangChain itself, not from this repo, if I see correctly. So the "correct" way would be to report the issue there - or open a PR in their repo with the changed line (if you can find it; I've just tried and I can't seem to find the exact repo location) :)

Does that help you?

Best,
Alex

Sure, thanks Alex.

I can't find that repo either. I will mention the repo here, if I find it.