Class: Langchain::Processors::JS
- Inherits:
-
Base
- Object
- Base
- Langchain::Processors::JS
- Defined in:
- app/services/plain/ai_docs.rb
Constant Summary collapse
- EXTENSIONS =
[".js", ".tsx", ".jsx"]
- CONTENT_TYPES =
["application/javascript"]
Instance Method Summary collapse
-
#parse(data) ⇒ Hash
Parse the document and return the text.
Instance Method Details
#parse(data) ⇒ Hash
Parse the document and return the text
22 23 24 |
# File 'app/services/plain/ai_docs.rb', line 22 def parse(data) data.read end |