brew install npm
npm install langchain
- make sure the
package.json
looks like
{
"name": "your-project-name",
"type": "module",
"dependencies": {
"langchain": "^0.0.95"
from prepline_general.api.metrics import send_partition_metrics | |
from memory_profiler import profile | |
from random import randint as r | |
def run(org_id): | |
send_partition_metrics( | |
org_id, | |
content_type="application/json", | |
strategy="hi_res", |
brew install npm
npm install langchain
package.json
looks like{
"name": "your-project-name",
"type": "module",
"dependencies": {
"langchain": "^0.0.95"