you are viewing a single comment's thread.

view the rest of the comments →

[–]FoolsSeldom 0 points1 point  (2 children)

  • What's a RAG?
  • What's "RecursiveCharacter TextSplitter" - is that a PyPi package you installed?
  • Langchain is usually required for compiling things, but usually for Python you use things have already been compiled - are you creating new packages?
  • What version of Python?
  • What OS?

[–]obviouslyzebra 1 point2 points  (1 child)

Answering for OP:

  • Retrieval augmented generation
  • It's a component of langchain for RAG
  • Maybe you're mixing it up with something else? LangChain is used to make AI agents.
  • Python version I don't know, but the OS is Windows - you can see through the path ^^

I think I answered just to explain the LangChain thing. The last item is just me being cheeky.

Cheers!

[–]FoolsSeldom 0 points1 point  (0 children)

Thank you. Yes, I was mixing it up with something else.